Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-29 | 1.1 kB | |
v0.2.1 source code.tar.gz | 2025-06-29 | 37.1 kB | |
v0.2.1 source code.zip | 2025-06-29 | 43.5 kB | |
Totals: 3 Items | 81.7 kB | 5 |
What's Changed
Summary
Implemented a robust JSON parsing mechanism to handle complex JSON structures with special content like suggestion blocks and mermaid diagrams. This enhancement improves the reliability of parsing JSON responses from AI services.
New Features
- Added new
jsonHelper.ts
utility withrepairAndParseJSON
function - Implemented special handling for suggestion blocks and mermaid diagrams in JSON
- Added fallback parsing mechanisms for improved reliability
Commits
- repair and parse json: Implemented robust JSON parsing utility (9ba850) by code-crusher(vatsal.bajpai05@gmail.com)
- bump version: Updated version for release (124d2b) by code-crusher(vatsal.bajpai05@gmail.com)
Dependencies added
- json-bigint: Used for handling large integers in JSON with
storeAsString
option - jsonrepair: Utilized for repairing malformed JSON before parsing