Introduction to JSON Web APIs
Learn about JSON Web APIs.
We'll cover the following...
Introduction
JSON is an acronym for JavaScript Object Notation. It is a file format that stores data objects in a human-readable form. It is the most popular format when it comes to creating and consuming APIs. Another common use case for JSON is configuration files. The biggest advantage ...