Python JSON

To convert the datas into json format in python, we use the dumps method. To convert into json, the datas must be in json strings. ... String – stored as string similar to that in python. Int – stored as a number in json. Float – stored as a number in json. Boolean – similar to that in python .i.e. true or false ... ................
................