juanjoDiaz / streamparser-json

Streaming JSON parser in Javascript for Node.js and the browser
MIT License
138 stars 11 forks source link

Fixed misnamed import in first whatwg example #33

Closed miunau closed 1 year ago

miunau commented 1 year ago

Hi, The first example tries to import import { JSONParser } from '@streamparser/json-what'; but it should be import { JSONParser } from '@streamparser/json-whatwg';.

juanjoDiaz commented 1 year ago

Thanks!