json key

The json key type represents a key-value pair in a JSON object.

For example, in the following JSON object foo is the key and bar is the value:

{
  "foo": "bar"
}
Version Platforms
9.0.586.0 AIX, Debian, HP-UX, Mac, Red Hat, SUSE, Session, Solaris, Ubuntu, Windows
9.5.13.130 Raspbian

Creation

key <string> of <json value> : json key
key of <json value> : json key

Properties

name of <json key> : string
value of <json key> : json value

Casts

<json key> as string : string

Operators