Figure 1 – Content of the Python dictionary.To finalize, we will now convert the dictionary to the JSON string, by using the dumps function of the ujson module. This method receives as input the dictionary and returns its JSON string representation. After invoking this function, we will print the result.
Figure 2 – Final output of the JSON encoding program.