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
JsonLd
interface is the high-level programming structure that developers use to access the JSON-LD transformation methods.TheJsonLdError
type is used to report processing errors.TheJsonLdErrorCode
represents the collection of valid JSON-LD error codes.TheJsonLdOptions
type 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.