Uses of Class
jsonvalues.Key

Packages that use Key
Package
Description
This package includes all the classes to represents, create and manipulate JSON
  • Uses of Key in jsonvalues

    Methods in jsonvalues that return Key
    Modifier and Type
    Method
    Description
    Index.asKey()
    throws an UserError exception.
    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 which represents a key with the given name in a JSON object.