Description
C++ programs can parse and serialize JSON with a small header-only library. This Git build is useful for developers who need lightweight JSON support without linking a separate compiled library. It is dependency-only and has no separate launcher; projects include the header during compilation. JSON from untrusted sources should still be size-limited and validated before use.