UNPKG

@discoveryjs/discovery

Version:

Frontend framework for rapid data (JSON) analysis, shareable serverless reports and dashboards

8 lines (7 loc) 192 B
import { parseChunked } from "@discoveryjs/json-ext"; export const encoding = /* @__PURE__ */ Object.freeze({ name: "json", test: () => true, streaming: true, decode: parseChunked });