UNPKG

@loaders.gl/json

Version:

Framework-independent loader for JSON and streaming JSON formats

13 lines 903 B
export type { JSONLoaderOptions } from "./json-loader.js"; export { JSONLoader } from "./json-loader.js"; export { NDJSONLoader } from "./ndjson-loader.js"; export type { JSONWriterOptions } from "./json-writer.js"; export { JSONWriter } from "./json-writer.js"; export type { GeoJSONLoaderOptions as _GeoJSONLoaderOptions } from "./geojson-loader.js"; export { GeoJSONLoader as _GeoJSONLoader, GeoJSONWorkerLoader as _GeoJSONWorkerLoader } from "./geojson-loader.js"; export type { GeoJSONWriterOptions as _GeoJSONWriterOptions } from "./geojson-writer.js"; export { GeoJSONWriter as _GeoJSONWriter } from "./geojson-writer.js"; export { default as _JSONPath } from "./lib/jsonpath/jsonpath.js"; export { default as _ClarinetParser } from "./lib/clarinet/clarinet.js"; export { rebuildJsonObject as _rebuildJsonObject } from "./lib/parsers/parse-json-in-batches.js"; //# sourceMappingURL=index.d.ts.map