blob: 6684c4e9b725c143edf88ef7a50ec0a05dbb6d6f (
plain)
1
2
3
4
5
6
7
8
9
|
"xyz": "xyz":
"pqr" : "pqr" :
a:b a:b unquoted
"a:b" "a:b"
abc continued data (make sure not key)
"abc" "abc"
"\"quoted\"" "\"quoted\""
"white space" "white space"
"b\\s" "b\\s"
|