GNOME 3591 Published by

JSON-GLib 0.14.0 (stable) has been released



JSON-GLib 0.14.0 (stable) is now available at:

http://download.gnome.org/sources/json-glib/0.14/

SHA256 Checksum:

821e90196673408a9293845e37ef572826a960a101096db9bcba45cf4c4afc56 json-glib-0.14.0.tar.xz

Additionally, a git clone of the source tree:
git clone git://git.gnome.org/json-glib

will include a signed 0.14.0 tag which points to a commit named:
35279b587f0b884fd606be77fd06e4fef919a300

which can be verified with:
git verify-tag 0.14.0

and can be checked out with a command such as:
git checkout -b build 0.14.0

JSON-GLib is a library providing serialization and deserialization
support for the JavaScript Object Notation (JSON) format described by
RFC 4627.

JSON-GLib uses GLib native data types and the generic value container
GValue for ease of development. It also provides integration with the
GObject classes for direct serialization into, and deserialization from,
JSON data streams.

JSON-GLib depends on:

• GLib ≥ 2.26

and, when building, it additionally depends on:

• GTK-Doc ≥ 1.13
• GObject-Introspection ≥ 0.9.5

Wiki:
http://live.gnome.org/JsonGlib

Documentation:
http://developer.gnome.org/json-glib/

Release Notes:

- This is the first release of the stable 0.14 cycle.
- This version is API and ABI compatible with the previous stable
release of JSON-GLib.
- Installing the contents of this release will overwrite the files
from the installation of the previous releases of JSON-GLib.
- Bugs should be reported on the JSON-GLib Bugzilla product, at:
http://bugzilla.gnome.org/enter_bug.cgi?product=json-glib

List of changes since JSON-GLib 0.12:

• Documentation fixes
• Bump the dependency on GLib to 2.26
• Allow building on Windows using VisualStudio [Chun-wei Fan]
• Add JSON ↔ GVariant translation [Eduardo Lima Mitev]
• Improve sanity checks when (de)serializing GObject
properties [Tristan Van Berkom]
• Add missing introspection annotations [Luca Bruno]
• Add JsonReader.list_members()
• Allow using JsonReader.read_element() on JSON objects
• Remove all G_CONST_RETURN usage after the deprecation
• Allow JsonSerializable to override the introspection and
modification of properties
• Add i18n support for GError messages
• Do not serialize GObject properties that match their default
values.
• Make JsonReader perform a stricter validation especially when using
the strongly typed accessors.

Have fun with JSON-GLib!

ciao,
Emmanuele.