Accept.fromJsonLd(json: unknown,options?: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; },): Promise<Accept>
Converts a JSON-LD structure to an object of this type.
optional
options: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; }