-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.1
-
Component/s: None
-
None
Here are some examples of JSON documents that JsonReader fails to parse:
{ rx : new RegExp("abc") }{ rx : { $regex : "abc" }}
{ rx : { $regex : "abc", $options : "i" }}
There may be others...