vivazzi / JAson

Creation a JSON object with data of different types and run serialization and deserialization of JSON data.
MIT License
80 stars 46 forks source link

ERR_WRONG_STRING_PARAMETER #13

Open arpittailang opened 10 months ago

arpittailang commented 10 months ago

This library causes ERROR and i confirmed it ERR_WRONG_STRING_PARAMETER

5040

Damaged parameter of string type my code

CJAVal jv; string text="abc"; // gets from API jv.Deserialize(text);