Parse incomplete json text in best-effort manner
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Best-effort-json-parser is a TypeScript/JavaScript library that parses incomplete or malformed JSON text in a best-effort manner, making it useful for handling partial JSON responses, broken network packages, or LLM responses that exceed token limits. It's designed for developers working with unreliable JSON data sources who need robust parsing capabilities that can gracefully handle incomplete or broken JSON input while maintaining TypeScript support and working in both Node.js and browser environments.