How come this passes?
STON fromString: '{
"a": "b"
}wtf",
"x": "y"
'.The result is dictionary "a" -> "b". I would expect for it to die on parse error. Peter
How come this passes?
STON fromString: '{
"a": "b"
}wtf",
"x": "y"
'.The result is dictionary "a" -> "b". I would expect for it to die on parse error. Peter