pfirsich / minijson

A very small JSON parser and emitter library for C++17

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minijson

I needed a JSON parser for a project of mine in which I attempt to do as much as possible myself. This attempts to be very, very small and provide only the bare minimum. Have a look at test.cpp to see how to use it. I was actually surprised how little code you need to write a functional JSON parser that provides a very reasonable interface too.

About

A very small JSON parser and emitter library for C++17


Languages

Language:C++ 96.1%Language:Meson 2.1%Language:CMake 1.8%