JAULA is a library for integrating JSON (RFC4627) data within c++ projects. This means serializing c++ native data into a stream with JSON format as well as reading a stream containing JSON formatted data into c++ native data types.
System requirements have focused on an standard GNU C++ development environment and STL has been thoroughly used all along the library development and API so, a minimun knowledge about abstract containers and auto-pointers could be required for a complete understanding of the library behaviour.
This guide aims to provide an in deep understanding of the library from the perspective of a developer who is trying to use it for its own applications.
RSS Feeds