Загрузка видео...

Не удалось загрузить видео

На главную

✨ 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!

Похожие видео