quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

JSON Input Validation: Accept Umlaute

Open hfhbd opened this issue 6 years ago • 0 comments

In German (and other languages) there are Umlaute (like ä,ö, &). Some server are sending this symbols using the Unicode backslash notation (like \u00f6 for ö). Currently, quicktype is not able to "ignore" this in the left json input. Best solution instead of ignoring this symbols would be an auto find and replacement in the input view.

Try with {"foo": "baa \u00f6"}

The error Invalid Reverse Solidus '' declaration. appears at the button.

Current workaround is to find and replace in the input view (by clicking cmd + F)

hfhbd avatar Jan 03 '19 13:01 hfhbd