PYTHON JSON: ENCODE AND DCODE Date posted :16/05/2019 What is json: JSON stands for JavaScript Object Notation. It may be a string or text format. JSON is similar to python dictionary. Python has a inbuilt library for JSON. syntax of JSON: Encoding: Converting python data into JSON is called encoding. dump() method used to… Continue Reading PYTHON JSON: ENCODE AND DCODE