Show HN: A Fast JSON Formatter
github.comI 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.
No comments yet.