正在加载视频...

视频加载失败

✨ 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 次观看 • 1 年前 •via X (Twitter)

10 条评论

@levelsio 的头像
@levelsio1 年前

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 🎯 的头像
Tony Dinh 🎯1 年前

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

Navendu Pottekkat 的头像
Navendu Pottekkat1 年前

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 的头像
max1 年前

have you tried the chrome console? :)

@levelsio 的头像
@levelsio1 年前

Yes this is way better

Antoine 的头像
Antoine1 年前

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 的头像
brian lowery1 年前

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 的头像
@levelsio1 年前

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

zzxoto 的头像
zzxoto1 年前

title needs centering on phone

@levelsio 的头像
@levelsio1 年前

Added overflow-x now!

相关视频