Bug in JSON Parser

Hello

please, double check the procedure ReadString in uROJSONParser.pas unit:

function ReadString(AStream: TStream):JSON_String;
    ...
    // it seems that the code should be #34(#$22) but not #22
    else if lchar = '"' then Result := Result + JSON_Char(#$22) 
    ...

We use RO_VERSION = '9.3.0.1343';

regards

it was already fixed in 9.3.105.1345