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" }; Copy
const offer: JsonObject = { "@type": "Offer", price: "5.8", priceCurrency: "EUR" };
A JSON object with string keys and JsonValue members. The structural base for every schema.org node.
Example