json-glib 1.1.2



About JSON-GLib
===============

JSON-GLib implements a full JSON parser using GLib and GObject. Use
JSON-GLib it is possible to parse and generate valid JSON data
structures, using a DOM-like API. JSON-GLib also offers GObject
integration, providing the ability to serialize and deserialize
GObject instances to and from JSON data types.

News
====

Overview of changes for 1.2
==============================
• Add simple wrapper functions for JsonGenerator and JsonParser to
  write and read a string from and to a JsonNode, respectively
• Drop use of deprecated GIO API
• Bump the dependency on GLib to 2.46
• Do not create `null` nodes for empty strings [#730803]
• Documentation fixes [Philip Withnall - #754384]
• Avoid crashes in the test suite [Iain Lane - #755977]
• Add simple iterator object for JSON objects [Philip Withnall - #755509]
• Detect missing commas in arrays
• Add support for g_auto* macros
• Allow making JSON types optionally immutable, in order to allow
  efficient hashing and equality tests [Philip Withnal - #756121]


ChangeLog
=========
https://download.gnome.org/sources/json-glib/1.1/json-glib-1.1.2.changes  (16.1K)

Download
========
https://download.gnome.org/sources/json-glib/1.1/json-glib-1.1.2.tar.xz (572K)
  sha256sum: e00f84018306e1aa234285d77b6c2b5d57c1e1d4dabc4dfc62d30b9670941bda



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]