Generating structured JSON from language models is a challenging task. The generated JSON must be syntactically correct, and it must conform to a schema that specifies the structure of the JSON.
This package contains a plugin that allows you to natively lint JSON, JSONC, and JSON5 files using ESLint. Important: This plugin requires ESLint v9.15.0 or higher and you must be using the new ...