summaryrefslogtreecommitdiff
path: root/json.h
AgeCommit message (Expand)Author
2011-03-28cleanup: Combined util.c into json_op.cJoey Adams
2011-03-28Implemented Unicode character escaping on output (when necessary)Joey Adams
2011-03-27Added C function json_need_to_escape_unicode (not used yet)Joey Adams
2011-03-27Added json_stringify (no tests or documentation yet)Joey Adams
2011-03-27Renamed json2.c and json2.h to json.c and json.hJoey Adams
2011-03-27Removed json.c and json.hJoey Adams
2010-08-10Added explicit NULL and '\0' checks, and documented more functions/structures.Joey Adams
2010-08-06Added more comments to json.c / json.h and cleaned it up a bit.Joey Adams
2010-08-05Renamed json_node to JSON in the C code.Joey Adams
2010-08-05Added license comments to source files and ran pgindentJoey Adams
2010-08-05Switched all error reporting from elog to ereport.Joey Adams
2010-08-04Made JSON datatype well-behaved with respect to character sets.Joey Adams
2010-07-24* Migrated my Unicode functions to util.c and made them rely more onJoey Adams
2010-07-24* Removed the string buffer code in json.c and used StringInfo instead.Joey Adams
2010-07-23Ran pg_indent and made a few purely cosmetic changes (before running pg_inden...Joey Adams
2010-07-22* Added json_set(json, json_path text, json) function.Joey Adams
2010-07-06* Added json_getJoey Adams
2010-06-21* Made it so json_path preserves original text.Joey Adams
2010-06-17* Added json_validate(text) function.Joey Adams
2010-06-14Implemented/tested parser for basic JSONPath(ish) patterns.Joey Adams
2010-06-09Moved everything in /contrib/json along with json.sgml to root directory.Joey Adams