You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example go to http://editor.swagger.io/ and export the default Uber API that is loaded as a static html page by selecting Generate Client -> html.
In the generated html, all the JSONs under Example data look like this: [ {\n "image" : "aeiou",\n "product_id" : "aeiou",\n "description" : "aeiou",\n "display_name" : "aeiou",\n "capacity" : "aeiou"\n} ]
The \n shouldn't appear here, and should probably a <\br> instead.