Python JSON

Just as we did for deserialization, instead of json.loads(), we use json.dumps() to convert the python dictionary into JSON format. You can also do sorting. Let’s play with it a bit. ................
................