-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.3.0
-
Component/s: JSON & ExtJSON
-
None
Unescaped control characters are illegal in JSON. The driver fails to error unmarshaling an invalid string of this sort.
input := "{\"a\":\"\x07\"}"