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);
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);