Open gordonbrander opened 1 month ago
A useful first step to unblock integration is just the ability to query open-ended JSON, i.e. what in typescript is:
type JSONValue = | string | number | boolean | null | JSONValue[] | { [key: string]: JSONValue };