JSON-GLib new SVN repository and wiki page



hi everyone;

using the new-svn-repo script provided by our incredible team of
sysadmins I've added the SVN repository for JSON-GLib directly on the
GNOME SVN server. you can check it out with the usual:

  svn co http://svn.gnome.org/svn/json-glib/trunk json-glib

the main development will continue on *both* SVN and my original git
repository clonable from:

  http://folks.o-hand.org/~ebassi/git/json-glib.git

I've also added a page on GNOME's wiki at:

  http://live.gnome.org/JsonGlib

where I'll update the links to releases and latest development news.

if you don't know what JSON-GLib is, here's the description blurb taken
from the wiki page:

JSON-GLib is a library providing serialization and deserialization
support for the JavaScript Object Notation (JSON) format described by
RFC 4627. JSON is 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-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 stream.

you can also find the API reference for the latest stable release
generated using gtk-doc here:

  http://folks.o-hand.com/~ebassi/docs/json-glib/

ciao,
 Emmanuele.

-- 
Emmanuele Bassi,
W: http://www.emmanuelebassi.net
B: http://log.emmanuelebassi.net



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