Talk:JSON

From RAD Studio
Jump to: navigation, search

How to convert string to JSON:

json := TJSONObject.Create;
if (json.Parse(BytesOf(SResponse), 0) >= 0) then
begin
{ it worked }
end;

Response

We are evaluating your contribution and will add it to help where appropriate.

Many thanks -

KrisHouser (talk) 13:35, 10 January 2013 (PST)

RS-34961