const _jsonTypes = ['string', 'number', 'integer', 'boolean', 'null', 'object', 'array'] as const;

export type JSONType = typeof _jsonTypes[number];