I needed to compile json-cpp on the Windows CE platform which does not have support for:
- iostream
- exceptions
I have added the define JSON_USE_IOSTREAM to config.h that encapsulates all uses of iostream.
JSON_USE_EXCEPTION now encapsulates all uses of exceptions.
The remaining changes to the ctors in value.h were done because the compiler choked on the original code.
Patch against 0.5.0
I'm pretty sure WinCE compiles with
0.y.z
, and maybe with1.y.z
, at: https://github.com/open-source-parsers/jsoncpp/