-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Not Needed
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