UNPKG

json-web-streams

Version:

Streaming JSON parser built on top of the Web Streams API, so it works in web browsers, Node.js, and many other environments

3 lines 151 B
import { JSONPath } from "./jsonPathToPathArray.js"; import { JSONParseStream } from "./JSONParseStream.js"; export { JSONParseStream, type JSONPath };