https://github.com/oxtna/json-parser
JSON parser written in C++
https://github.com/oxtna/json-parser
cmake cpp json showcase
Last synced: 3 months ago
JSON representation
JSON parser written in C++
- Host: GitHub
- URL: https://github.com/oxtna/json-parser
- Owner: oxtna
- License: mit
- Created: 2025-01-06T03:42:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T04:07:49.000Z (over 1 year ago)
- Last Synced: 2025-10-09T04:15:02.329Z (9 months ago)
- Topics: cmake, cpp, json, showcase
- Language: C++
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yet Another JSON Parser
A JSON parser implementing tokenizing and parsing written in C++.
## Usage
Using this library requires building the project and copying the compiled static
library file as well as `parser.h` and `value.h` header files. The `example` directory
contains code demonstrating how to use the parser and extract useful data from the
returned `Value` object.
## Building
Building this project requires a recent CMake version, a modern C++ compiler supporting C++17,
and Make, Visual Studio, or some other tools depending on target platform.