change mj library to take an additional argument for a string type, denoting its length. this allows binary strings to be encoded using libmj.
escape magic characters in json strings in a more effic
change mj library to take an additional argument for a string type, denoting its length. this allows binary strings to be encoded using libmj.
escape magic characters in json strings in a more efficient manner. the previous method was not scalable.
update callers to suit
bump libmj major version number
add examples to the libmj(3) man page
show more ...
|