ahausladen / JsonDataObjects

JSON parser for Delphi 2009 and newer
MIT License
413 stars 160 forks source link

Escape symbols > #<code> (feature request) #76

Closed mark-lobanov closed 1 month ago

mark-lobanov commented 2 months ago

Hello @ahausladen Please add escaping for characters greater than #126 and a JsonSerializationConfig parameter to do this or not by default.

mark-lobanov commented 2 months ago

By default is False of course ))

mark-lobanov commented 2 months ago

Or JsonSerializationConfig parameter (type = Char) if #0 - no escaping, <> #0 - character code greater than which it's need to escape