com.apicatalog.jsonld.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of titanium-json-ld Show documentation
Show all versions of titanium-json-ld Show documentation
A JSON-LD 1.1 Processor & API
/**
* Provides APIs to process JSON-LD. Use only {@link com.apicatalog.jsonld.JsonLd} static methods to interact with
* the processor.
*
*
* e.g.
* {@code
* JsonLd.expand("https://....").get()
* }
*
*/
package com.apicatalog.jsonld;