load() v/s loads() 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.load() and json.loads() which look similar and hence confused me a lot. After some research and play...
95divyanshu.hashnode.dev3 min read