ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface JsonObject

    A JSON object with string keys and JsonValue members. The structural base for every schema.org node.

    const offer: JsonObject = { "@type": "Offer", price: "5.8", priceCurrency: "EUR" };
    

    Indexable