laravel-sketchpad
laravel-sketchpad copied to clipboard
Badly formed JSON breaks front end
If a model serialises to malformed JSON (escaped tags such as <br\/> do this) then the front end breaks.
Would be good to:
- have a try/catch
- show the raw JSON in the output panel
- highlight the error position