C++ wrapper for RapidJSON
- provide API that is similar to standard library
- hide RapidJSON behind opaque std::aligned_storage so client doesn't need to include RapidJSON's huge header files in every relevant translation unit.
- C++17 compiler
- cmake
- Boost.Test
- import into client project
- build
- add 'include' directory to client's include path
- add 'lib' directory to cilent's linker search path
stream9::json
convenient all encompasing header
declare class 'value' which represent JSON value and its related free functions
declare class 'object' which represent JSON object and its related free functions
declare class 'array' which represent JSON array and its related free functions