Emacs 26.1. Windows 10
It's has function json-pretty-print . But it not enough for me. Has any another better json formater and validator? I mean the next.
Suppose I has error on json on line 26. I missed ",". But json-pretty-print get me strange error message:
Json readtable error: 93 I don't understand this message. What does it mean? Why simple not get message something like this:
Error: Parse error on line 26: ...n1_FR" } ] } "loyalty": true, "u -------------------^ Expecting 'EOF', '}', ',', ']', got 'STRING' So that is the reason why I need better json validator and formater.
