Myra Canyon  v0.0.1-768
network control
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JSONCPP

The JSONCPP project is dual-licensed MIT and Public Domain.

The project can be downloaded from here: https://github.com/open-source-parsers/jsoncpp

Amalgamated source of JSONCPP for use in Myra Canyon was created using the following steps:

1 mkdir tmp
2 cd tmp
3 git clone https://github.com/open-source-parsers/jsoncpp.git .
4 python amalgamate.py
5 cd dist
6 cp dist/jsoncpp.cpp ~/src/Myra/src-jsoncpp/
7 cp dist/json/\*.h ~/src/Myra/src-jsoncpp/json/

The JSONCPP source code embedded in Myra Canyon was last updated by Stéphane Charette on 2015-01-05.

Todo:
As soon as a proper .deb file is available for jsoncpp, I'd rather be using that than building 3rd-party libraries within Myra Canyon. Check when Ubuntu 15.04 or later comes out to see if a package is available for jsoncpp.