JSON-GLib provides serialization and deserialization for the JSON format
A lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. -- From Introducing JSON
Many high-level languages already provide native modules for parsing, generating and manipulating JSON data streams. JSON-GLib is a C library based on GLib and released under the terms of the GNU Lesser General Public License version 2.1. It provides a parser and a generator GObject classes and various wrappers for the complex data types employed by JSON, such as arrays and objects.
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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:rodrigomoya:couchdb/json-glib && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
json-glib-0.7.2.tar.gz | 0000483982 473 KB | |
json-glib-0.7.3-fixes.patch | 0000015491 15.1 KB | |
json-glib.changes | 0000000702 702 Bytes | |
json-glib.spec | 0000003836 3.75 KB |
Latest Revision
Upgrade to 0.7.2 upstream version
Comments 0