资 源 简 介
Latest News
Library version 0.2.0 released.
Purpose
This is a cross-platform C++ library for parsing and unparsing json format.
Roadmap
0.2.1
Float numbers support
Negative numbers support
0.2.2:
Adding doxygen comments
0.2.3:
Escape symbols support
Format
Target format is a shared library on linux and dll class library on windows.
Building sources
Linux
Checkout sources.
Execute bash commands in source directory
make
sudo make install
Windows
In a vspro directory you can find Visual Studio 2010 project.