Class KeysFunction

  • All Implemented Interfaces:
    Function, Serializable

    public class KeysFunction
    extends FunctionBase
    implements Function
    From http://docs.jsonata.org/object-functions.html $keys(object) Returns the keys in an array of Strings. It is an error if the input is not an object. Example $keys({"a":1,"b":2})==["a", "b"]
    See Also:
    Serialized Form