
dump() v/s dumps() in JSON module of Python
Hello folks! I recently started my Python journey and came across Python's JSON module while working on a project. I encountered two functions : json.dump() and json.dumps() which look similar and hence confused me a lot. After some research and play...


