Reputation: 89
Do you know any JSON parser that can be used for development in C++ for Windows CE? As I understood json-cpp is not compilable for WinCE. Please correct me or prompt any alternative.
Upvotes: 2
Views: 1086
Reputation: 1003
Use Poco C++'s module Poco::JSON. It's compilable on WinCE (WinCE Platform Notes)
Upvotes: 1