Member Junction
    Preparing search index...
    WhiteboardToolJSONValue:
        | string
        | number
        | boolean
        | null
        | WhiteboardToolJSONValue[]
        | { [key: string]: WhiteboardToolJSONValue }

    Any JSON-serializable value (the building block of WhiteboardToolJSONObject). Structurally identical to JSONValue from @memberjunction/ai — re-declared locally so this generic package carries no AI-framework dependency.