jansson/test
Petri Lehtinen 951d091f07 Make integer, real and string mutable
Added functions:

  json_string_set
  json_integer_set
  json_real_set

While at it, clarify the documentation and parameter naming of
json_{string,integer,real}_value() a bit.
2009-10-14 08:23:02 +03:00
..
testdata load: Check for integer and real overlfows and underflows 2009-09-13 13:18:01 +03:00
testprogs Make integer, real and string mutable 2009-10-14 08:23:02 +03:00
.gitignore test/.gitignore: Add testprogs/test_simple 2009-09-07 21:25:22 +03:00
json-compare.py test/json-compare.py: Use json module from Python >=2.6 or simplejson 2009-09-11 22:22:34 +03:00
load_file_dump_file.c Add LICENSE and a copyright note to all sources 2009-07-30 11:32:24 +03:00
loadf_dumpf.c Add LICENSE and a copyright note to all sources 2009-07-30 11:32:24 +03:00
loads_dumps.c Add LICENSE and a copyright note to all sources 2009-07-30 11:32:24 +03:00
Makefile.am Distribute appropriate files 2009-08-25 21:48:34 +03:00
run-test Add stripped unit tests for decoder 2009-09-08 17:03:01 +03:00
split-testfile.py Add stripped unit tests for decoder 2009-09-08 17:03:01 +03:00
test-api Expand value test coverage 2009-08-23 13:34:12 +03:00
test-invalid Add stripped unit tests for decoder 2009-09-08 17:03:01 +03:00
test-valid Add stripped unit tests for decoder 2009-09-08 17:03:01 +03:00