File: README

package info (click to toggle)
jaula 1.4.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,936 kB
  • sloc: sh: 9,760; cpp: 1,872; lex: 255; makefile: 122
file content (20 lines) | stat: -rw-r--r-- 781 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 
# svn info
# $Author: morongo $
# $Date: 2007-04-15 19:03:47 +0200 (dom, 15 abr 2007) $
# $HeadURL: https://jaula.svn.sourceforge.net/svnroot/jaula/tags/jaula-1.4.0/README $
# $Id: README 18 2007-04-15 17:03:47Z morongo $
# $Revision: 18 $

jaula means "JSON Analysis User Library Acronym" and is the name of a
C++ library for parsing and generating JSON formatted data.

For instructions about compiling from sources, see the INSTALL file.
Basic Library documentation can be generated by running make docs from the
project's root directory and some simple usage examples have been included
in the examples directory.

Newer releases and more information can be found at the project home
http://sourceforge.net/projects/jaula

# EOF $Id: README 18 2007-04-15 17:03:47Z morongo $