summaryrefslogtreecommitdiffstats
path: root/jv.h
AgeCommit message (Expand)Author
2013-12-04Add jv_string_vfmt()Nicolas Williams
2013-12-04Add -I / --online-input for huge top-level arraysNicolas Williams
2013-12-04Add string slicingNicolas Williams
2013-12-04Add string division by string (split on separator)Nicolas Williams
2013-12-04Use uint32_t for codepoint in jv_string_append_codepoint()Nicolas Williams
2013-12-04Add jv string utility functionsNicolas Williams
2013-11-08Add a --unbuffered option. Closes #206Stephen Dolan
2013-06-23Remove #includes from jv.hlibjqStephen Dolan
2013-06-23Fix the jv_parser interface.Stephen Dolan
2013-06-21Add libjq autoconf gooNicolas Williams
2013-05-29Support for printing object keys in sorted order.Stephen Dolan
2013-05-15'length' function now measures string length in codepoints, not bytes.Stephen Dolan
2013-05-07Rename complex to nontrivial for safety (#113)Nicolas Williams
2012-12-31Clean up jv_object_foreach and add jv_array_foreachStephen Dolan
2012-12-03Oh alright then, if you insist.Stephen Dolan
2012-11-26Merge remote-tracking branch 'origin/master'Stephen Dolan
2012-11-26Move some higher-level JSON manipulation functions into jv_aux.{c,h}Stephen Dolan
2012-10-24Implemented contains operatorStephen Roantree
2012-09-18Move everything around - delete old Haskell code, clean up build.Stephen Dolan