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

    Type Alias JsonPrimitive

    JsonPrimitive: string | number | boolean | null

    A JSON scalar: the leaf value of any parsed JSON / JSON-LD tree.

    const values: JsonPrimitive[] = ["CHEM027", 5.8, true, null];