Getting Data from JSON

Retrieving Specific Elements

To retrieve specific elements from a JSON object:

get the json
get the json's name
get the json
get the json's first name
get the json
get the json's address city

This also allows you to access nested elements within a JSON object by specifying the path to the desired element.

Last updated

Was this helpful?