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

    Type Alias JsonValue

    Any value that can appear in parsed JSON: a JsonPrimitive, an array of values, or a nested JsonObject. Mirrors the recursive shape of JSON.parse output.

    const v: JsonValue = { name: "Potassium hydroxide", images: ["a.jpg", "b.jpg"] };