Skip to content

lymslive/jsonkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonkit: json utility for common task

Based on rapidjson library.

While rapidjson is a wonderful library for json, some of it's API is not friendly enouth, so I write a colloction of utility function for common task implementation. Hope this repos is useful for reference or use it directly.

Functionality

  • json comparison
  • schema validation and generation
  • operator override, path(/) pipe(|) and more

Dependency

There are sub-modules in thirdparty/ directory.

Build

cd build
make
make tast
make tast.run

Just make to build the static libjsonkit.a, then make take and run if needed.

Usage

See the expample and unit test in tast/src.

About

json toolbox mainly by C++ library rapidjson

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages