The JSON GLib package is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format described by RFC 4627.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://download.gnome.org/sources/json-glib/1.10/json-glib-1.10.8.tar.xz
Download SHA256 Sum: 55c5c141a564245b8f8fbe7698663c87a45a7333c2a2c56f06f811ab73b212dd
Download MD5 sum: 95c3d5dd56d4ada808480739889b75bc
Download size: 4,941.2 KB
Estimated disk space required: 8,294.7 KB
Estimated build time: less than 0.1 SBU (with tests)
GLib-2.86.2 (GObject Introspection required if building GNOME)
docutils-0.22.3 and "gi-docgen"
Prepare JSON GLib by running the following commands:
meson setup build --prefix=/usr --buildtype=release
ninja -C build
![[Note]](../images/note.png)
If docutils-0.22.3 is installed, build the man pages:
cd build meson configure -D man=true ninja
One test, node, is known to fail. To test the results, issue:
ninja -C build test
Now Install the package, as the root user:
ninja -C build install
--buildtype=release: Specify a buildtype
suitable for stable releases of the package, as the default may
produce unoptimized binaries.
-D gtk_doc=disabled: Add this option if you have
"gtk-doc" installed and do not wish to
generate the API documentation.