Package fr.mines_stetienne.ci.sparql_generate.json


package fr.mines_stetienne.ci.sparql_generate.json
  • Class Summary
    Class
    Description
    Iterator function iter:CBOR takes as input a CBOR document, decodes it, and extracts a list of sub-JSON documents according to a JSONPath expression.
    Iterator function iter:JSONListKeys iterates over the keys of a JSON object.
    Iterator function iter:JSONPath extracts a list of sub-JSON documents of a JSON document, according to a JSONPath expression.
    Iterator function iter:JSONSurfer extracts a list of sub-JSON documents of a JSON document, according to a forward-only JSONPath expression.