Settings

Theme

Show HN: A Fast JSON Formatter

github.com

3 points by helloanoop 2 months ago · 0 comments · 1 min read

Reader

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.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection