eulers_child
eulers_child

Reputation: 89

JSON parser for C++ under Windows CE

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

Answers (1)

quepas
quepas

Reputation: 1003

Use Poco C++'s module Poco::JSON. It's compilable on WinCE (WinCE Platform Notes)

Upvotes: 1

Related Questions