summaryrefslogtreecommitdiffstats
path: root/jv.h
AgeCommit message (Expand)Author
2014-06-08Add `indices(s)`, improve `index(s)`, `rindex(s)`Nicolas Williams
2014-06-04Add flags argument to jv_parser_new()Nicolas Williams
2014-06-04Revert "Add -I / --online-input for huge top-level arrays"Nicolas Williams
2014-03-08Add a recursive object merge strategy and bind it to *Filippo Valsorda
2014-02-26Make jq --raw-output --unbuffered workAndrew Rodland
2013-12-26Add jv_dumpf() and jv_show()Nicolas Williams
2013-12-12Merge pull request #239 from DRMacIver/overflowsStephen Dolan
2013-12-10add checking of numeric indices to an array to see if they can reasonably be ...David R. MacIver
2013-12-10some functions were missing prototypes. Add themDavid R. MacIver
2013-12-08Clean up string/object interactions in jv.Stephen Dolan
2013-12-08Refactor jv structure.Stephen Dolan
2013-12-04Add index strings by string; return string indexesNicolas Williams
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