Uses of Class
jsonvalues.Key
Packages that use Key
Package
Description
The `jsonvalues` package provides a set of classes and interfaces for working with JSON (JavaScript Object Notation)
data in a type-safe and structured manner.
-
Uses of Key in jsonvalues
Methods in jsonvalues that return KeyModifier and TypeMethodDescriptionIndex.asKey()
Throws a UserError exception because an Index cannot be cast into a Key.Key.asKey()
Returns this key.Position.asKey()
Casts this position into a Key, throwing an exception if it's an index.static Key
Returns a new instance representing a key with the given name in a JSON object.