Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 177 Bytes

validate-json.md

File metadata and controls

27 lines (20 loc) · 177 Bytes

Validate JSON

Text

{
    "property": "value"
}

Text

{
    // Comment
    "property": "value"
}

Text

{
    "property": "value"

Text