LogoLogo
About
  • Home
  • Guides
  • BDK
  • REST API
  • JSON
    • Overview
  • Converting JSON to String
  • Getting Data from JSON
  • Creating and Merging JSON Objects
  • Modifying JSON
Powered by GitBook
On this page

Was this helpful?

Export as PDF

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 1 month ago

Was this helpful?