This package browser is in early development. Mind the rough edges.

json-glib 1.10.0

Glib and GObject implementation of JSON

JSON-GLib is a library providing serialization and described by RFC 4627. It implements a full JSON parser and generator using GLib and GObject, and integrates JSON with GLib data types.

Installation

Install json-glib 1.10.0 as follows:

guix install json-glib@1.10.0

Or install the latest version:

guix install json-glib

The json-glib package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install json-glib:doc

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.