02-06-2013 08:33 AM - edited 02-06-2013 08:34 AM
Hi,
Imagine I have some JSON response. And I also have some custom classes MyCustomClass1 and MyCustomClass2.
I know we have a JSON parser on BB 10 SDK (JsonDataAccess). I am curious if BlackBerry 10 has a way (maybe a class? or a library?) that also allows to automatically convert this JSON response to objects of my custom classes? (e.g., MyCustomClass1 and MyCustomClass2).
I found some library which is supposed to do this: http://fossil.wanderinghorse.net/repos/nosjob/inde
(it's description says: "Easy parsing of JSON string data (from arbitrary input iterators) into C++ objects.") -- but I was curious if there is a BlackBerry way to do this? Plus I am not sure yet if I can use this library on BB 10.
Thanks for your input.
02-06-2013 04:48 PM
02-07-2013 03:24 AM