Can any body instruct me on how the Poco c++ JSON works? http://pocoproject.org/docs-1.5.0/Poco.JSON.html
Previously i've used JsonReader: http://developer.android.com/reference/ ... eader.html and JsonToken
The Pococ++ library doesnt seem to have correspodning objects. How do i for example use the json parser to create a object name consisting the json value at the tag name?
Am i supposed to write a class inheriting the handler class containing if methods and such for parsing out parts of the json?
I want multiple objects to be created on parsing, for example LocationObject, NameObject...
Best Regards





