This Open Source Dev Tool is AMAZING 👩‍💻 #software #programming #technology #code #javascript

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Yaml is widely used in configuration because it supports comments, unlike json. It's also more readable

wheresmyskin
Автор

You may want to do YAML because, unlike JSON, it actually supports comments

secretwpn
Автор

Bro roasted the whole mincraft plugin community

BoredEditork
Автор

Wow, this video showed up with great timing! Working on a project that has huuuge json and xml files, this has made my life 10x easier. Ty for showcasing this!

xamspanda
Автор

0:44 - standard yaml supports storing numbers in hexadecimal format, standard json doesn't. standard yaml supports comments, standard json doesn't. 2:0

Masa-san
Автор

Wow, I wish I knew it sooner. Thanks!

harmes
Автор

I have a very good reason to convert my JSON to YAML: Configuring software that requires handwriting YAML without actually handwriting YAML.

mifffalden
Автор

Do you know that every JSON file is also a valid YAML file?

AndrzejLis
Автор

Thanks for sharing this tool. It is helping me rebuild pre-existing json from existing projects for different applications.

keitho
Автор

Btw weird dig at yaml, since it’s used in many great tools

turolretar
Автор

A property of yaml is that, even if it's partial it's is valid.
When LLM is emitting it's output in an yaml formal, you can start parsing the response when output is being streamed.

naveenls
Автор

nushell does all this in a terminal
i mean, converting to different datatypes and visualizing data as nested tables

RenderingUser
Автор

The subtitles call it "json crack" but I'm pretty sure it's supposed to be "json graph" - my hearing doesn't help me tell the difference :( - I see now it is "json crack" :)

ForexRustProgrammingAustralia
Автор

I tested it out with my 70 mb json file. I prefer jless, jq, and nushell. So far it's been more than a minute and it's sitting at 100% cpu and hasn't rendered anything.

ForexRustProgrammingAustralia
Автор

You would want to do yaml because it's better (for configuration files)

lengors
Автор

Just went and clicked every one of the file formats it offers in the drop down menu. It broke.

ioanbiticu
Автор

Yaml is used a lot in minecraft server plugin development, for config files etc, therefore isnt completely useless

bridgersilk
Автор

Looking forward to when you talk more about writing code for Discord

ReaperOperator
Автор

I’ve been thinking to create an app like this 😂
Thank God someone did it alredy

shinobi
Автор

YAML is AFAIK recommended when teaching LLMs.

trashpanda