aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tests/valid/quote-surrounded-value.json
blob: 84495cf21c6b80d6ca97a39bcce040f03f1b857f (plain)
1
2
3
4
5
6
7
8
9
10
{
  "double": {
    "type": "string",
    "value": "\"double quotes here\""
  },
  "single": {
    "type": "string",
    "value": "'single quotes here'"
  }
}