aboutsummaryrefslogtreecommitdiff
path: root/lib/json.c
AgeCommit message (Expand)Author
2011-05-16Remove unnecessary #include directives.Ben Pfaff
2010-11-15util: Add function hexits_value() for parsing multiple hex digits.Ben Pfaff
2010-09-20Avoid shadowing local variable names.Ben Pfaff
2010-08-25json: Remove unused return value from json_parser_push().Ben Pfaff
2010-08-25json: Remove write-only variable from json_lex_number().Ben Pfaff
2010-06-30json: Better handle JSON objects with duplicate names.Ben Pfaff
2010-03-03json: Fix typo in error message.Ben Pfaff
2010-02-02json: Fix memory leak when nesting depth is exceeded.Ben Pfaff
2010-01-26json: New function json_to_ds().Ben Pfaff
2010-01-26json: Export function to parse an individual JSON string.Ben Pfaff
2009-12-17test-json: Avoid use of /dev/stdin to fix builds in limited chroots.Ben Pfaff
2009-12-16json: Accurately parse very large real numbers.Ben Pfaff
2009-12-07json: New convenience function json_array_create_1().Ben Pfaff
2009-12-03json: Improve error reporting.Ben Pfaff
2009-11-06json: Make json_equal() compare objects correctly.Ben Pfaff
2009-11-04Implement JSON parsing and serialization.Ben Pfaff