Follow these steps:
- Click on the letters JSON in the bottom right corner. (A drop-down will appear to “Select the Language Mode.”)
- Select “Configure File Association for ‘.json’…”
- Type
jsonc
and press Enter.
If you only want to disable the error message for a single file, skip step #2.
Related Contents:
- Can comments be used in JSON?
- How do I add environment variables to launch.json in VSCode
- All of my .json files have problems loading reference/schema from schemastore.azurewebsites.net
- How to use VS Code debugger with webpack-dev-server (breakpoints ignored)
- How to open Visual Studio Code’s ‘settings.json’ file?
- JSON Naming Convention (snake_case, camelCase or PascalCase) [closed]
- Using jq to parse and display multiple fields in a json serially
- uncaught syntaxerror unexpected token U JSON
- Decoding JSON using json.Unmarshal vs json.NewDecoder.Decode
- Convert a Map to a POJO
- Tool to generate JSON schema from JSON data [closed]
- PostgreSQL return result set as JSON array?
- Mongoimport of JSON file
- JQ: Select multiple conditions
- Using jq or alternative command line tools to compare JSON files
- How to display a JSON representation and not [Object Object] on the screen
- How do I decode HTML entities in Swift?
- Get ffmpeg information in friendly way
- How to not marshal an empty struct into JSON with Go?
- How to decode JSON with type convert from string to float64
- Is it valid to define functions in JSON results?
- pass JSON to HTTP POST Request
- JSON and dealing with unexported fields
- HTTP POST with Json on Body – Flutter/Dart
- how to create insert new nodes in JsonNode?
- JSON omitempty With time.Time Field
- ASP.net MVC returning JSONP
- What are good CLI tools for JSON?
- A Backbone.js Collection of multiple Model subclasses
- How to cryptographically hash a JSON object?
- One dimensional array of strings being parsed to 2d by angular resource
- Prettify json in powershell 3
- Remove double quotes from the return of a function in PostgreSQL
- Jmeter does not send JSON data in POST
- What is the difference between Spring REST service, Jersey REST service and Spring+Jersey solutions?
- How to use Newtonsoft.Json as default in Asp.net Core Web Api?
- Json Schema example for oneOf objects
- Add JSON serializer to every model class?
- Generate JSON schema from Java class
- How can I add Boon or Jackson JSON parsers to Android project with Gradle?
- golang json marshal: how to omit empty nested struct
- Has Json tag but not exported [duplicate]
- Passing UTC DateTime to Web API HttpGet Method results in local time
- Iterating through a JSON file PowerShell
- How to extract a field from each object in an array with jq?
- How would you design JSON Schema for an arbitrary key?
- tell typescript to compile json files
- loading .json files generates 404 errors
- How to save a JSON object to a file using Powershell?
- Using jq how can I replace the name of a key with something else