Donate Share

JSON delphi library

Tracker: Bugs

5 Escaped double quote is parsed as a single quote - ID: 2618179
Last Update: Comment added ( leon_kon )

\" in a json string is parsed as '

Offending line is:
'"': ws := ws + '''';
Should be:
'"': ws := ws + '"';


Morris Johns ( morrisj ) - 2009-02-20 00:41

5

Closed

None

Nobody/Anonymous

None

None

Public


Comments ( 3 )

Date: 2009-03-18 16:47
Sender: leon_konProject Admin

yes, thanks, was been fixed.



Date: 2009-02-20 00:45
Sender: morrisj

Aha - comments use monospaced font:
Offending line is:
'"': ws := ws + '''';
Should be:
'"': ws := ws + '"';


Date: 2009-02-20 00:44
Sender: morrisj

Sorry - from text above it is very hard to see fault because it needs
mono-spaced font to see it! (your editing font is probably the underlying
cause of mistake eh?). Need to replace ' ' ' ' with ' " '






Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
status_id Open 2009-03-18 16:47 leon_kon
allow_comments 1 2009-03-18 16:47 leon_kon
close_date - 2009-03-18 16:47 leon_kon