summaryrefslogtreecommitdiffstats
path: root/jv_aux.c
AgeCommit message (Expand)Author
2013-05-15'length' function now measures string length in codepoints, not bytes.Stephen Dolan
2013-05-15Bugfix for array slices.Stephen Dolan
2013-05-13Array slicing. Closes #2.Stephen Dolan
2013-05-06Add the "has" function. Closes #74.Stephen Dolan
2012-12-31Clean up jv_object_foreach and add jv_array_foreachStephen Dolan
2012-12-29Improvements to del(foo).Stephen Dolan
2012-12-28Path manipulation (path/getpath/setpath/delpath) and docs.Stephen Dolan
2012-12-18Add wrappers for malloc/realloc/free. See #43.Stephen Dolan
2012-11-30Sort function and more general comparison operators.Stephen Dolan
2012-11-26Move some higher-level JSON manipulation functions into jv_aux.{c,h}Stephen Dolan