Introduction to Querying JSON using JSONata
Table of Contents1 Getting Started1.1 Using JSconsole1.2 Into an HTML Page1.3 Using Try JSONata2 Let’s begin with some data3 Let’s write some more queries JSON is the defacto data format for web APIs. Usually getting the data you want out JSON means iterating through the arrays, find if the key exists and then...