You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I took the liberty of editing the original question for correct formatting)
@ShawnLin-pku your JSON document is not valid: ObjectId is not a valid token in JSON. It looks like you have a document that looks like JSON, but isn't strictly JSON.
(I took the liberty of editing the original question for correct formatting)
@ShawnLin-pku your JSON document is not valid: ObjectId is not a valid token in JSON. It looks like you have a document that looks like JSON, but isn't strictly JSON.
Thanks for your reply. I exported this document from mongo database. So how can I load this file using ijson's iterator? (It's so big that I can't load it directly in memory)
I have come across the error when using ijson to parse big json file
My source code is as followed:
It really confuses me that why character 'b' will be a invalid char
The text was updated successfully, but these errors were encountered: