public
Description: A JSON reader and writer library using GLib and GObject
Homepage: http://live.gnome.org/JsonGlib
Clone URL: git://github.com/ebassi/json-glib.git
Search Repo:
Emmanuele Bassi (author)
Tue Oct 16 11:49:42 -0700 2007
name age message
folder .gitignore Tue Oct 02 04:12:49 -0700 2007 Add test case for GObject integration [Emmanuele Bassi]
folder AUTHORS Thu Sep 20 12:35:49 -0700 2007 Initial import of JSON-GLib [Emmanuele Bassi]
folder COPYING Thu Sep 20 12:35:49 -0700 2007 Initial import of JSON-GLib [Emmanuele Bassi]
folder ChangeLog Thu Sep 20 12:35:49 -0700 2007 Initial import of JSON-GLib [Emmanuele Bassi]
folder Makefile.am Tue Oct 16 11:43:27 -0700 2007 Fix DISTCHECK configure flags [Emmanuele Bassi]
folder NEWS Thu Sep 20 12:35:49 -0700 2007 Initial import of JSON-GLib [Emmanuele Bassi]
folder README Thu Sep 20 12:35:49 -0700 2007 Initial import of JSON-GLib [Emmanuele Bassi]
folder autogen.sh Thu Sep 20 12:35:49 -0700 2007 Initial import of JSON-GLib [Emmanuele Bassi]
folder configure.ac Tue Oct 16 11:49:42 -0700 2007 Bump up to 0.2.0 [Emmanuele Bassi]
folder doc/ Tue Oct 16 09:40:06 -0700 2007 Add the JsonSerializable interface [Emmanuele Bassi]
folder json-glib.pc.in Thu Sep 20 12:35:49 -0700 2007 Initial import of JSON-GLib [Emmanuele Bassi]
folder json-glib/ Tue Oct 16 11:42:05 -0700 2007 Fix compilation errors with extra maintainer CF... [Emmanuele Bassi]
folder tests/ Tue Oct 02 04:12:49 -0700 2007 Add test case for GObject integration [Emmanuele Bassi]
README
JSON-GLib - A JSON parser for GLib-based libraries and applications
===================================================================

JSON-GLib implements a full JSON parser using GLib and GObject.

JSON is the JavaScript Object Notation; it can be used to represent
objects and object hierarchies while retaining human-readability.

GLib is a C library providing common and efficient data types for
the C developers.

GObject is a library providing a run-time Object Oriented type system
for C developers. GLib and GObject are extensively used by the GTK+
toolkit and by the GNOME project.

For more information, see:
 * JSON: http://www.json.org
 * GLib and GObject: http://www.gtk.org

REQUIREMENTS
------------
In order to build JSON-GLib you will need:

  * pkg-config
  * gtk-doc >= 1.8
  * GLib >= 2.14

INSTALLATION
------------
To build JSON-GLib just run:

  $ ./configure
  $ make all
  # make install

AUTHOR
------
JSON-GLib has been written by Emmanuele Bassi
Copyright (C) 2007  OpenedHand Ltd.