Juicy / juicy-jsoneditor

Polymer Element that wraps josdejong/jsoneditor and adds two-way binding for edited JSON.
http://juicy.github.io/juicy-jsoneditor/
MIT License
42 stars 12 forks source link

parse error in 'code' mode #6

Closed Lukeisme closed 8 years ago

Lukeisme commented 8 years ago

when I using editor's 'code' mode, it cause an json pase error.

Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', got 'EOF'
tomalec commented 8 years ago

Thanks for reporting @Lukeisme, I have also added a case for it at demo page http://juicy.github.io/juicy-jsoneditor/

Sorry, that it took that long.