I'm new to this and am struggling to get over the first hurdle!
How do you import a json file?
I've tried 'mongoimport --db databasename --collection collectionname --file filename.json --jsonArray'
This has given me the error 'uncaught exception: SyntaxError: unexpected token: identifier : @(shell:1:14)'
Having done more research there's a lot of variations about mongo import but regardless I'm getting the same error!
Any advice would be brilliant, thank you!