In the modern world of web apps, it’s common to have back ends that are completely API based and have either a mobile app or a JavaScript-based web front end that interacts with them. In this chapter, you’ll learn how to set up an API for those scenarios.
Parsing and producing JSON with third-party libraries
Different types ...