Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
1.3.0
-
None
Description
When parsing this document:
{"":{"$code":"", "0":{}}}
|
The follow error is received: "invalid JSON input; expected value for javascript". This should error due to an erroneous key next to $code.
This document fails to error and produces an incorrect document:
{"":{"$code":"abc", "0":""}}
|
0c0000000d00010000000000
|
Note that "abc" does not appear in the output.