Class URLDecodeFunction

  • All Implemented Interfaces:
    Function, Serializable

    public class URLDecodeFunction
    extends FunctionBase
    implements Function
    From http://docs.jsonata.org/string-functions.html: $length(str) Returns the number of characters in the string str. If str is not specified (i.e. this function is invoked with no arguments), then the context value is used as the value of str. An error is thrown if str is not a string. Examples $length("Hello World")==11
    See Also:
    Serialized Form