Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Validating JSON file with JSON schema in Emacs using flymake/flycheck? [closed]

Is it possible to validate JSON file using JSON schema in Emacs with flymake/flycheck? What would be the best validator to detect schema-related error and notify it to Emacs with appropriate error message and location?

like image 852
user2884138 Avatar asked Nov 12 '22 20:11

user2884138


1 Answers

Theres is flymake-json, which uses jsonlint. It can be installed with package-install.

like image 132
arvidj Avatar answered Nov 15 '22 08:11

arvidj