16
donuts
7y

Spent all morning trying to write a JSON parser in Python just to get a bit of practice (technical interview next week).

After an hour or more... Didn't get far and finally gave up...

Then I remember Python has a built-in json module... (yea no need to write in myself).

Since libraries are just py files, I open the source code... And wow!

All the public methods are nicely documented with informative comments and descriptions.

But then I look at the method calls and .... I don't understand what it's doing....

.............................. β˜ΉοΈπŸ™πŸ˜–πŸ˜’πŸ˜­πŸ˜§πŸ˜°πŸ˜±

Comments
Add Comment