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 (2 loc) 84 B
import { JSONParseStream } from "./JSONParseStream.js"; export { JSONParseStream };