Loading video...

Video Failed to Load

Go Home

✨ I made a new thing today: 📑 Whenever I need to quickly copy paste a raw JSON data dump from my app and view it I'd always use json . parser . online . fr but it seems unmaintained, keeps going down, doesn't have HTTPS, and other JSON...

882,610 views • 1 year ago •via X (Twitter)

10 Comments

@levelsio's profile picture
@levelsio1 year ago

Also small things like you can move the middle bar left and right, and it'll save the position And your input data is stored for when you come back

Tony Dinh 🎯's profile picture
Tony Dinh 🎯1 year ago

The urge not to self-promote my product under this post:

Navendu Pottekkat's profile picture
Navendu Pottekkat1 year ago

Awesome tool! Still, many developers would benefit from spending 10 minutes learning the basics of using jq, a command line tool to work with JSON. Instead of a lot of manual copy-paste, you can directly pipe raw JSON to jq and transform it to get what you want. I learned jq recently and have been benefitting since. So, I wrote an interactive, in-browser tutorial to help others do the same. Seeing this post made me publish it early. If you want to learn jq, try this interactive tutorial, which takes just a few minutes. Link:

max's profile picture
max1 year ago

have you tried the chrome console? :)

@levelsio's profile picture
@levelsio1 year ago

Yes this is way better

Antoine's profile picture
Antoine1 year ago

in your macOS terminal, with JSON in your clipboard, try this: $ pbpaste | jq '.' you can also put the prettified JSON back in your clipboard with $ pbpaste | jq '.' | pbcopy it's neat!

brian lowery's profile picture
brian lowery1 year ago

Nice nice. One thing I like about that you don’t currently have is the ability to create a url and share the json with somebody in a nice organizable format. Maybe a feature you could add?

@levelsio's profile picture
@levelsio1 year ago

I could if the data fits in a URL Cause hosting anon ppl's contents is very risky

zzxoto's profile picture
zzxoto1 year ago

title needs centering on phone

@levelsio's profile picture
@levelsio1 year ago

Added overflow-x now!

Related Videos