Details
-
Bug
-
Resolution: Won't Fix
-
Minor - P4
-
None
-
None
-
None
-
None
-
Not Needed
Description
use mongoimport
import jsondata like
{"a":1,"b":2,c:"33\1111111"}
|
error:SON representation of supplied JSON is too large: Failure parsing JSON string
|
{"a":1,"b":2,c:"33\\1111111"}
|
import success,but in db, the data was 33\\1111111 not 33\1111111
|