Skip to content

Latest commit

 

History

History
33 lines (8 loc) · 339 Bytes

README.md

File metadata and controls

33 lines (8 loc) · 339 Bytes

GEJSON

Godlike Epic JSON

GEJSON is a json library which builds an internal data structure from a json and the other way around.

Building

In the project root type make and the folders "lib" and "include" will be filled with the headers and the library respectively. Cleaning is done using make clean.