jsonprint.dev
p/jsonprint-dev
😎 The cool way to view your JSON data.
Julian Wyzykowski

jsonprint.dev — 😎 The cool way to view your JSON data.

1
•
Simplify your life with a fast, free and beautiful JSON formatter and pretty printer.
Replies
Best
Julian Wyzykowski
Hey all! This is a weekend project of mine: a simple and fast JSON formatter and pretty printer. "But why," you may ask, "there are about a gazillion on the Internet?!" To which I say, "yes." So why do we need another one? Well seemingly everyday I find myself using a JSON formatter and seemingly everyday I am frustrated with how they perform. One may be slow, one may simply not work, this one doesn't let me collapse any of the objects, and this one simply looks bad. Thus I decided to make a quick one that checked all the boxes I had. What boxes are they? Glad you asked! 🙌 ✅SUPER FAST! The page loads in milliseconds 🔥 ✅Lax-JSON parsing. Sometimes I don't want to double-quote all the property names 😌 ✅Clean and unobtrusive. Why be ad-walled by a JSON formatter? 🤯 ✅Collapsable output JSON. I just want to find the object I am looking for! 😂 I am adding this to PH in the hope of helping someone else who is in the same boat I was. Please let me know if this helped save you some frustration and feel free to suggest improvements to make this even easier! Thanks, everyone!