markdownlint/test/validate-json.md

28 lines
177 B
Markdown
Raw Normal View History

# Validate JSON
Text
```json
{
"property": "value"
}
```
Text
```jsonc
{
// Comment
"property": "value"
}
```
Text
```json
{
"property": "value"
```
Text