summaryrefslogtreecommitdiffstats
path: root/jv_print.c
AgeCommit message (Collapse)Author
2013-05-15'length' function now measures string length in codepoints, not bytes.Stephen Dolan
2013-05-13Refactor path logic.Stephen Dolan
2013-05-05Make a few constant globals actually const.Stephen Dolan
This means the .data and .bss sections are empty, a good thing in a shared library (see #98).
2012-12-31Clean up jv_object_foreach and add jv_array_foreachStephen Dolan
2012-12-03Oh alright then, if you insist.Stephen Dolan
Colo(u)red output for jq. Enabled by default if isatty(stdout). Closes #11.
2012-12-02Make the -c output more compact. Closes #44.Stephen Dolan
2012-09-18Print Unicode characters unescaped by default.Stephen Dolan
2012-09-18Move everything around - delete old Haskell code, clean up build.Stephen Dolan