/Parser

Pure Python standard library JSON 🦄

Primary LanguagePythonMIT LicenseMIT

  • JSON has become an ubiquitous data exchange format everywhere. Pretty much every service has a JSON API. And since it is so popular, most of the programming languages have built-in JSON parsers. And Of course, Python is no exception. In this article, I’ll show you how you can parse JSON with Python’s json library.

Reference