Skip to content

marcelodarroyo/cpp-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-json

Cpp-json is a tiny library for dealing with JSON values.

The library define the json::value type which is a polymorphic JSON value container. Values can be serialized to strings and generated from JSON text streams or strings using the json::parse(input) function.

See tests.cpp for usage.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published