+8
-7
src/components/json.tsx
+8
-7
src/components/json.tsx
············export type JSONType = string | number | boolean | null | { [x: string]: JSONType } | JSONType[];
············export type JSONType = string | number | boolean | null | { [x: string]: JSONType } | JSONType[];