rubensworks / jsonld-streaming-parser.js

A fast and lightweight streaming JSON-LD parser for JavaScript
https://www.rubensworks.net/blog/2019/03/13/streaming-rdf-parsers/
MIT License
80 stars 13 forks source link

Migrates to json-event-parser #102

Open Tpt opened 2 years ago

Tpt commented 2 years ago

Keeps buffering all the data in memory

rubensworks commented 1 year ago

@Tpt I was wondering what your timeline on these changes is?

The reason why I'm asking is because I intend to implement JSON-LD-star support into this lib soon-ish. But I can push it back a bit if you intend to finalize these changes in the near future.