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)
Tue Oct 16 11:49:42 -0700 2007
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Oct 02 04:12:49 -0700 2007 | [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 | Tue Oct 16 11:43:27 -0700 2007 | [Emmanuele Bassi] |
| |
NEWS | Thu Sep 20 12:35:49 -0700 2007 | [Emmanuele Bassi] |
| |
README | Thu Sep 20 12:35:49 -0700 2007 | [Emmanuele Bassi] |
| |
autogen.sh | Thu Sep 20 12:35:49 -0700 2007 | [Emmanuele Bassi] |
| |
configure.ac | Tue Oct 16 11:49:42 -0700 2007 | [Emmanuele Bassi] |
| |
doc/ | Tue Oct 16 09:40:06 -0700 2007 | [Emmanuele Bassi] |
| |
json-glib.pc.in | Thu Sep 20 12:35:49 -0700 2007 | [Emmanuele Bassi] |
| |
json-glib/ | Tue Oct 16 11:42:05 -0700 2007 | [Emmanuele Bassi] |
| |
tests/ | Tue Oct 02 04:12:49 -0700 2007 | [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.




