blob: ccbeed57f66178710f488b7c54da0c9fd1dacfd0 (
plain)
1
2
3
4
5
6
7
8
9
|
array open '['
string: 'this'
string: 'is'
string: 'what'
string: 'should'
string: 'be'
string: 'a happy bit of json'
string: 'but someone, misspelled "true"'
lexical error: invalid string in json text.
|