Resolved: Query Nested JSON Data

In this post, we will see how to resolve Query Nested JSON Data

Question:

I am trying to query using the code below to get the value etoday but it does not return a result.
File I am querying

Best Answer:

The records key is the only array in your path, that’s the only one where you need to select with an index as below:

If you have better answer, please add a comment about this, thank you!

Source: Stackoverflow.com