Skip to content

Releases: niXman/flatjson

The second release

18 Oct 07:50

Choose a tag to compare

  • fj_walk_through_tokens() was improved so it could write a multiple literals at once using writev()
  • fj_compare() was improved for better safety
  • fj_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.hpp file

The first release

06 Oct 05:50

Choose a tag to compare

The first release of the FlatJson parser.