Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 607 Bytes

File metadata and controls

10 lines (8 loc) · 607 Bytes

Partial JSON Parser

Partial JSON Parser, written in Python to stream JSON responses from LLMs

Note

  • This is a experimental purposes only and currently in development. For production use, prefer existing packages like partial-json-parser
  • Currently supports only String & Objects. I will be working on supporting all types soon

Demo

  • Streaming large JSON response iteratively: Repl.it
    • The front-end files are AI-generated, not efficient and for demo purposes only