Introduction

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.


(c) 2007 Kombo Morongo.

Unless otherwise stated for scpecific contents of this site, permission is granted to copy, distribute and/or modify the contents of this site under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation. A copy of the license is included in the section entitled "GNU Free Documentation License".

Powered by Drupal - Modified by Danger4k