C library for encoding, decoding and manipulating JSON data
Find a file
Petri Lehtinen 1b67edb54d Little clean-up in parser
Before, json_loads checked for '[' or '{' at the beginning. Now
there's a dedicated function for that: parse_json(). Also rename
parse() to parse_value().
2009-07-13 21:45:16 +03:00
src Little clean-up in parser 2009-07-13 21:45:16 +03:00
test Add some tests 2009-07-09 21:01:40 +03:00
.gitignore Add autotools generated files to .gitignore 2009-05-16 22:26:51 +03:00
config.h.in Use autoconf, automake & libtool 2009-05-12 22:21:50 +03:00
configure.ac Add some tests 2009-07-09 21:01:40 +03:00
Makefile.am Add some tests 2009-07-09 21:01:40 +03:00
TODO Add TODO 2009-06-15 13:53:53 +03:00