Closed miunau closed 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';.
import { JSONParser } from '@streamparser/json-what';
import { JSONParser } from '@streamparser/json-whatwg';
Thanks!
Hi, The first example tries to import
import { JSONParser } from '@streamparser/json-what';
but it should beimport { JSONParser } from '@streamparser/json-whatwg';
.