I\'m a newbie at web development, so here\'s a simple question. I\'ve been doing a few tutorials in Django, setting up an SQL database, which is all good. I have now come ac
JSON isn't a database, but there isn't anything stopping you from using JSON in a database. Mongo DB is a database that uses JSON (it's actually BSON behind closed doors) to communicate with the database. If you enjoy using JSON and you understand it, I recommend looking into Mongo!