Class Base64DecodeFunction

  • All Implemented Interfaces:
    Function, Serializable

    public class Base64DecodeFunction
    extends FunctionBase
    implements Function
    From http://docs.jsonata.org/string-functions.html: $base64decode() Converts base 64 encoded bytes to a string, using a UTF-8 Unicode codepage. Examples $base64decode("bXl1c2VyOm15cGFzcw==")=="myuser:mypass"
    See Also:
    Serialized Form