Skip to content

Super Simple UTF-8 JSON reader/writer for C++ based on ZeroTypesSFL

License

Notifications You must be signed in to change notification settings

LAGameStudio/ZeroJSON

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeroJSON

ZeroJSON implements a simplified, UTF-8 JSON reader/writer in C++.

Usage

Include all of the cpp, h and hpp files in your project.

main.cpp:

#include "ZJSON.hpp"

int main() {
 InitZeroTypesLibrary();
 JSON json;
 json.UnitTests();
}

C++ Coverage

Works with C++98 C++11 to C++17 and possibly 19, 20, 21, etc

Built on ZeroTypesSFL

Original project: http://github.com/h3rb/ZeroTypes Repo: http://github.com/h3rb/ZeroTypesSFL

About

Super Simple UTF-8 JSON reader/writer for C++ based on ZeroTypesSFL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%