summaryrefslogtreecommitdiffstats
path: root/jv.h
AgeCommit message (Expand)Author
2015-07-24detect invalid path expression (fix #862)David Tolnay
2015-07-19Clean up trailing whitespaceDavid Tolnay
2015-06-22WriteFile() on WIN32 when stdout isatty (fix #824)Nicolas Williams
2015-06-03Add --tab and -indent n optionsNicolas Williams
2015-05-21Print offending object in runtime error messagesAssaf Gordon
2015-03-06Add date builtins (fix #364)Nicolas Williams
2015-02-13Refactor moar: move parts of main.c into libjqNicolas Williams
2014-12-26Add Streaming parser (--stream)Nicolas Williams
2014-12-23Use __attribute__ __printf__ with GCCNicolas Williams
2014-11-28Print stack value refcounts when tracing (#636)Nicolas Williams
2014-10-12Add support for JSON sequence MIME typeNicolas Williams
2014-09-30to_entries should not sort keys (fix #561)Nicolas Williams
2014-08-14Add JV_OBJECT() macroNicolas Williams
2014-08-14Add JV_ARRAY() macroNicolas Williams
2014-07-07jv_show() should be able to display invalid valuesNicolas Williams
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