Skip to content

    Partial JSON Streaming Parser for LLM Demo

    Created by
    utmishra1
    utmishra1

    The web app demonstrates a really simple partial JSON parser (streaming_json_parser.py), meant for streaming LLM JSON in chunks. Note: Currently, the parser only works for JSON containing String & Objects. Arrays, Numbers, Unicode & escape characters are not supported.

    The HTML / JS code used for the demo is completely AI-generated.