Hacker News new | ask | show | jobs
Show HN: A Fast JSON Formatter (github.com)
3 points by helloanoop 234 days ago
I built a small library over the weekend: fast-json-format

In Bruno we have an issue where when displaying response, bigints get truncated as JSON stringify does not support bigints.

fast-json-format is a lightweight JSON formatter that pretty-prints without losing data or precision. It preserves BigInt, decimal formatting, and handles malformed input more gracefully.