This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Emmanuele Bassi (author)
Mon May 05 15:17:58 -0700 2008
commit d67000ab6c5ae6710f48f0517c98600af7cdaa0e
tree 3689c619df0de5302c2ea7ed4f439e823d4aaeec
parent 0830873edc5203655f04868184cedb428b6d2d54
tree 3689c619df0de5302c2ea7ed4f439e823d4aaeec
parent 0830873edc5203655f04868184cedb428b6d2d54
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon May 05 15:16:38 -0700 2008 | [Emmanuele Bassi] |
| |
AUTHORS | Thu Sep 20 12:35:49 -0700 2007 | [Emmanuele Bassi] |
| |
COPYING | Thu Sep 20 12:35:49 -0700 2007 | [Emmanuele Bassi] |
| |
ChangeLog | Thu Sep 20 12:35:49 -0700 2007 | [Emmanuele Bassi] |
| |
Makefile.am | Fri Jun 13 03:22:35 -0700 2008 | [Emmanuele Bassi] |
| |
Makefile.decl | Thu Apr 03 08:31:48 -0700 2008 | [Emmanuele Bassi] |
| |
NEWS | Mon May 05 04:38:50 -0700 2008 | [Emmanuele Bassi] |
| |
README | Sat Apr 19 14:28:21 -0700 2008 | [Emmanuele Bassi] |
| |
autogen.sh | Mon May 05 04:21:40 -0700 2008 | [Emmanuele Bassi] |
| |
configure.ac | Mon Nov 03 08:01:03 -0800 2008 | [Emmanuele Bassi] |
| |
debian/ | Mon May 05 15:17:58 -0700 2008 | [Emmanuele Bassi] |
| |
doc/ | Thu Apr 24 06:52:54 -0700 2008 | [Emmanuele Bassi] |
| |
json-glib.pc.in | Thu Sep 20 12:35:49 -0700 2007 | [Emmanuele Bassi] |
| |
json-glib/ | Mon Nov 03 07:56:39 -0800 2008 | [Emmanuele Bassi] |
| |
tests/ | Thu May 01 15:00:28 -0700 2008 | [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. 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. 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.16 INSTALLATION ------------ To build JSON-GLib just run: $ ./configure $ make all # make install BUGS ---- If you find a bug in JSON-GLib, please create a Bugzilla entry here: http://bugzilla.openedhand.com/enter_bug.cgi?product=json-glib Attaching: - the version of JSON-GLib - if it is a development version, the branch of the git repository - the JSON data that produced the bug (if any) - a small test case, if none of the test units exhibit the behaviour - in case of a segmentation fault, a full stack trace with debugging symbols obtained through gdb is greatly appreaciated HACKING ------- JSON-GLib is developed mainly inside a GIT repository available at: git://github.com/ebassi/json-glib.git You can clone the GIT repository with: git clone git://github.com/ebassi/json-glib.git If you want to contribute functionality or bug fixes to JSON-GLib you can either notify me to pull from your GIT repository or send me a set of patches using: git format-patch master -k -s or: git send-email -k -s AUTHOR ------ JSON-GLib has been written by Emmanuele Bassi Copyright (C) 2007 OpenedHand Ltd.




