SPT JSON API  1.0.0
Developed by Sans Pareil Technologies, Inc. (SPT)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
SPT JSON API

Contents

Overview

A simple JSON API for parsing and creating JSON data. Pure C++11 implementation with no external dependencies (other than for unit testing).

Implementation

The core classes that constitute the container are the following:

Note: The spt::json::Value instances are non-copyable and hence cannot be loaded from a DLL on windows. The sources will need to be added directly to the target project on Windows.

Libraries

The only third-party library used is TUT for unit testing.