Json linter

Hi, why is there no syntax error in my json editor?
this is my code


The effect I want is as follows

1 Like

ESLint lints JavaScript, not JSON.

Thank you for your reply. :grinning: What should I do?@marijn

Could use jsonParseLinter or try to write custom code that wires up a more featureful linter.

@marijn Problem solved, thanks!