JSON Element - Key Property

Key of the element

Member of JSON Element (PRIM_WEB.JsonElement)

Data Type - Unicode String

Details

The Key property is the default property for a JSON Element and provides access to an item by name.

Key is case sensitive

Example

In this example, a "description" item is being accessed.

     #Description := #JSONWeather<"description">


See also

All Component Classes

Technical Reference

  • No labels