kdabir / json-sql-console

Query json like a pro
https://json-sql-console.netlify.app
7 stars 3 forks source link

Added a validate json function #6

Closed tpanetti closed 7 years ago

tpanetti commented 7 years ago

this closes #4

odininon commented 7 years ago

One thing I was looking into was showing the editors in the AceEditor windows... Doesn't look like they have hooks for such thing, but we could show an error above?

tpanetti commented 7 years ago

Here's how the error handling is so far image

kdabir commented 7 years ago

@odininon ace can show syntactical errors inline. Also, I found this about how to do in ace-editor, but it is not about react-ace.

kdabir commented 7 years ago

@odininon and @tpanetti I think I should merge this request and we can take improvements in another issue.