UNPKG

@loaders.gl/json

Version:

Framework-independent loader for JSON and streaming JSON formats

7 lines 291 B
import type { Table } from '@loaders.gl/schema'; import type { JSONWriterOptions } from "../../json-writer.js"; /** * Encode a table as a JSON string */ export declare function encodeTableAsJSON(table: Table, options?: JSONWriterOptions): string; //# sourceMappingURL=json-encoder.d.ts.map