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 Key
    Modifier and Type
    Method
    Description
    Index.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
    Key.of(String key)
    Returns a new instance representing a key with the given name in a JSON object.