I have looked through other posts and I have checked that I'm not using the wrong quotes, I feel like it's right in front of my face but can't see it! Trying to copy and paste data from local mongoDB to mLab but it's not working here's my JSON:
{
"_id": ObjectId("59e3bf8aa593df919c1c2c87"),
"key": "core",
"name": "Core",
"__v": 0
}
{
"_id": ObjectId("59e3c04ca593df919c1c2c89"),
"key": "total-body",
"name": "Total Body",
"__v": 0
}
{
"_id": ObjectId("59e3c054a593df919c1c2c8a"),
"key": "lower-body",
"name": "Lower Body",
"__v": 0
}
{
"_id": ObjectId("59e3c05fa593df919c1c2c8b"),
"key": "upper-body",
"name": "Upper Body",
"__v": 0
}
JSONLint gives me back this error:
Error: Parse error on line 2: { "_id": ObjectId("59e3bf8aa5 ---------^ Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', got 'undefined'