were / json-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A usable light-weighted json loader/dumper

Build

mkdir build && cmake .. && make -j

Use it

./build/main a.json # will read in this json and dump it out through the printer

About

License:MIT License


Languages

Language:C++ 83.1%Language:Yacc 6.9%Language:CMake 4.8%Language:Lex 4.4%Language:Makefile 0.7%