Skip to content

Qt Json 1.3.5

Latest
Compare
Choose a tag to compare
@cculianu cculianu released this 22 May 10:00
· 1 commit to master since this release
96dc69c

What's new

  • Small compiler warning fixups for C++20.

To use this library:

  • Just put Json.cpp, Json.h, Json_Parser.cpp into your project. Requires C++17 and Qt5 or Qt6.

Optionally If you wish to use the SimdJson backend for even faster parsing:

  • Also copy simdjson/simdjson.cpp and simdjson/simdjson.h into your project (and make sure that Json_Parser.cpp can see these files).