type JSONValues = | string | number | boolean | null | JSONValues[] | JSObjectN;
Defined in: types.ts:21