Click any tag below to further narrow down your results
Links
Remend is a new NPM package that fixes incomplete Markdown syntax during streaming. It automatically detects and completes unterminated Markdown blocks, ensuring proper rendering and layout. This tool can be integrated with any Markdown renderer, enhancing the user experience in real-time applications.
jsonriver is a lightweight JavaScript library designed for incremental JSON parsing from streams, allowing users to receive progressively complete data structures. It operates solely on standard JavaScript features, ensuring compatibility across environments, and mimics the behavior of JSON.parse while providing performance benefits in streaming scenarios. The library also includes specific behaviors for handling types and properties in JSON objects.