Deserializing JSON to a class object

PHB2

Member
Licensed User
Longtime User
In the c# NewtonSoft.JSON implementation you can do the following:

B4X:
MyClass jsonResp = JsonConvert.DeserializeObject<MyClass>(data);

Is this possible in b4a?
 

PHB2

Member
Licensed User
Longtime User
Hi Erel

Thanks. In the absence of a better plan I already started the code for your 2nd suggestion.

Thanks
 
Upvote 0
Top