quicktype
quicktype copied to clipboard
JSON Input Validation: Accept Umlaute
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)