Skip to content

JsonParser v1.1.0

Latest

Choose a tag to compare

@GrivianDev GrivianDev released this 19 Mar 19:50

Release v1.1.0

Support for generic type casts and type checks. Unified accessor behaviour.

Features

JSON Parsing & Serialization – Easily parse JSON strings into structured data and serialize them back into JSON.
Type-Safe API – Access and manipulate JSON values safely with C++ native types.
Error Handling – Detect malformed JSON, type mismatches, and out-of-bounds access with exception handling.
Lightweight & Fast – Designed for performance without unnecessary dependencies.

Note: Unicode escape sequences (\uXXXX) are not yet supported.

Get Started

Check out the README for more documentation and examples or build and try the demo program.