]> granicus.if.org Git - jq/commit
Add jv string utility functions
authorNicolas Williams <nico@cryptonector.com>
Thu, 28 Nov 2013 20:48:46 +0000 (14:48 -0600)
committerNicolas Williams <nico@cryptonector.com>
Thu, 5 Dec 2013 00:21:38 +0000 (18:21 -0600)
commit08b4a34a8ece5917baf25d2b594f03d43aa1c437
tree23db949733bef767fe534896c83d760aeffcc153
parent1fc56567621bd5ff8e3d5004b12558a285974c98
Add jv string utility functions

    jv_string_empty()
        -> return an empty string with given allocated length (for fast
           appends)
    jv_string_append_codepoint
        -> append a single codepoint (int) to the given string
    jv_string_explode
        -> return an array of codepoints making up a string
    jv_string_implode
        -> return the UTF-8 encoding of an array of codepoint numbers
jv.c
jv.h