Releases: niXman/flatjson
Releases · niXman/flatjson
The second release
fj_walk_through_tokens()was improved so it could write a multiple literals at once usingwritev()fj_compare()was improved for better safetyfj_packed_state_size()+fj_pack_state()+fj_unpack_state()was implemented in order to be used for packing, sharing between computation-nodes and restoring the internal state of parser without the need to parse the same JSON repeatedly- the version macro-vars have been separated into
version.hppfile
The first release
The first release of the FlatJson parser.