jsonld-streaming-parser
Advanced tools
Changelog
v4.0.0 - 2024-09-27
<a name="v3.4.0"></a>
Changelog
v3.2.0 - 2023-01-27
Support for JSON-LD star (or RDF-star) is enabled by default, as does not introduce breaking changes.
This functionality is however experimental, and may change at any point in time.
Opting out of JSON-LD star support can be done by setting rdfstar
to false
in the parser's constructor.
<a name="v3.1.0"></a>