Package no.hasmac.jsonld
package no.hasmac.jsonld
Provides APIs to process JSON-LD. Use only
JsonLd static methods to interact with
the processor.
e.g.
JsonLd.expand("https://....").get()
-
ClassDescriptionThe
JsonLdinterface is the high-level programming structure that developers use to access the JSON-LD transformation methods.TheJsonLdErrortype is used to report processing errors.TheJsonLdErrorCoderepresents the collection of valid JSON-LD error codes.TheJsonLdOptionstype is used to pass various options to the processor.This class is a workaround for the fact that the default implementation of JsonArray is not modifiable.