Magpie HTML - v0.1.3
    Preparing search index...

    Interface JsonLdBlock

    A single JSON-LD block found in the document.

    interface JsonLdBlock {
        raw: string;
        parsed: unknown;
        type?: string | string[];
        context?: unknown;
    }
    Index

    Properties

    raw: string

    Original JSON string

    parsed: unknown

    Parsed JSON object

    type?: string | string[]
    context?: unknown

    JSON-LD context field