So, When I have in one JSon String " character, i'm getting acces violation, and i tested, it happends when some string contain ' or " .

So, When I have in one JSon String " character, i'm getting acces violation, and i tested, it happends when some string contain ' or " .
Line that fires exception is
LMyArrays := LJsonObj.Get('myArrays').JsonValue as TJSONArray;

and i'm parsing string with
LJsonObj := TJSONObject.ParseJSONValue(TEncoding.UTF8.GetBytes(LJSonString), 0) as TJSONObject;

Comments