Moved from GitHub ratel/221
Posted by paulftw:
See Ratel doesn't accept mutations in JSON format · Issue #220 · dgraph-io/ratel · GitHub
In that issue Ratel is doing (sort of) the right thing, but if there’s a hard to spot error in JSON users are getting confused to why it’s not interpreted as JSON.
Full solution involves:
- UI to show (and force?) selection of JSON/RDF
- Syntax highlight of where JSON parser is failing
Step 2 should be covered by other tasks.