A simple single header solution to parsing JSON in C and C++. JSON is parsed into a read-only, single allocation buffer. The current supported compilers are gcc, clang and msvc. The current supported ...