Skip to content

ccharly/supjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

supjson

  1. Philosophy
  2. Getting started

##Philosophy The library is designed to be stack only objects. TODO

##Getting started Here are the types defined by the library:

// A little namespace alias
namespace sj = supjson;

sj::null;
sj::array;
sj::object;
sj::number;
sj::boolean;

sj::value; // is an opaque value that can be any type listed above

About

A simple reader/writer for json in c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors