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()
-
Class Summary Class Description JsonLd TheJsonLd
interface is the high-level programming structure that developers use to access the JSON-LD transformation methods.JsonLdOptions TheJsonLdOptions
type is used to pass various options to the processor.ModifiableJsonArray This class is a workaround for the fact that the default implementation of JsonArray is not modifiable.StringUtils -
Enum Summary Enum Description JsonLdEmbed JsonLdErrorCode TheJsonLdErrorCode
represents the collection of valid JSON-LD error codes.JsonLdOptions.RdfDirection JsonLdVersion -
Exception Summary Exception Description JsonLdError TheJsonLdError
type is used to report processing errors.