utils for JSON
npm install @hint/utils-json@hint/utils-json)Set of helpers to process JSON.
This package is installed automatically when adding webhint to your project
so running the following is enough:
``bash`
npm install hint --save-dev
* finalConfig: Calculate the final configuration taking into account theparseJSON
extend property.
* : Parse a json string.loadJSONFile
* : Loads a JSON a file.JSONLocationOptions
* : Type representing the options for the location.JSONLocationFunction
* : Type representing the options for the locationIJSONResult
function.
* : Interface for a JSONResult.ExtendableConfiguration
* : Type representing a extendable configuration.IParsingError
* : Interface for an error parsing.ISchemaValidationError
* : Interface for an error validating a json.SchemaValidationResult
* : Type representing the result of a json validation.GroupedError
* : Type representing a group of errors validating a json.validate`: Validate a json given a schema.
*