Key of the element
Member of JSON Element (PRIM_WEB.JsonElement)
Data Type - Unicode String
The Key property is the default property for a JSON Element and provides access to an item by name. Key is case sensitive
In this example, a "description" item is being accessed.
#Description := #JSONWeather<"description">
Febuary 18 V14SP2