Importar un json a MongoDB
mongoimport --db <db-name> --collection <coll-name> --type json --file nombrearchivo.json
--jsonArrayEjemplo:



Last updated
mongoimport --db <db-name> --collection <coll-name> --type json --file nombrearchivo.json
--jsonArray


Last updated
{"pais":"Panama", "idpais":"PA","userInfo" : [{ "iduserinfo" : "a94b155f-9b87-4afc-a484-2ae752d01de0", "username" : "avbravo", "datetime" : { "$date" : 1509894567491 }, "description" : "create" }]},