Class FUN_CBOR

  • All Implemented Interfaces:
    Function

    public final class FUN_CBOR
    extends FunctionBase2
    Binding function fun:CBOR takes as input a CBOR document, decodes it, and return a sub-JSON document according to a JSONPath expression.
    • Param 1 (cbor) is a base64 encoding of the CBOR document in a RDF Literal with datatype URI <https://www.iana.org/assignments/media-types/application/cbor> or xsd:string
    • Param 2 is the JSONPath query. See https://github.com/json-path/JsonPath for the syntax specification;
    Author:
    Noorani Bakerally