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
value of <json key> : json value