In class function TJSONObject.quote(s: string): string; Space (#20) gets converted to "\u0020", which is unnecessary, because JSON allows spaces. Adding ' ' to the NoConversion-array results in a much better human-readable string.
Log in to post a comment.