JSON has grown in leaps and bounds in the last few years, and so there is an abundance of freely available resources to help us understand the JSON object we are working with. As we discussed earlier, JSON can be used for multiple purposes, and it is important to understand the simple things that might break JSON, such as ignoring double quotes, a trailing comma on the last item in a JSON object, or the wrong content-type being sent over by the web server. In this chapter, let's go over the different ways in which we can:
- Get acquainted with the dev tools quickly!
- Validate JSON
- Format JSON using some websites