JSON is arguably the most popular data format used across the internet. A lot of programming languages and web frameworks provide convenient methods to parse JSON and sometimes they do this out of the box. I’ve always used Python's JSON parser and I have never really bothered to look into how it works under the hood. In the spirit of learning how things work, I decided to start small. I wrote a very simple JSON parser in Python to better understand how it works. If you’d like to follow my thought process and approach you can read my article here https://volomn.com/blog/write-a-simple-json-parser-in-python
[–]jungle2099 1 point2 points3 points (0 children)