Comparing XML, JSON, and YAML (DevNet)

  Рет қаралды 13,235

Rowell Dionicio

Rowell Dionicio

Күн бұрын

Пікірлер: 46
@chris76706
@chris76706 3 жыл бұрын
This is such a down to earth video explaining the differences. Thanks!
@RowellDionicio
@RowellDionicio 3 жыл бұрын
Thanks, Chris!
@richardhere2
@richardhere2 4 жыл бұрын
Awesome video! It would be cool to see what you can do with that YAML file. btw your set is very nice with the overlays, mouse, mic.
@RowellDionicio
@RowellDionicio 4 жыл бұрын
Thanks, Richard. One of the future videos I will look into configuration with YAML files.
@eddugs
@eddugs 4 жыл бұрын
Good job, Rowell. Congratulations! I hope you can upload more videos related to the devnet cert. (I already checked your videos about parsing XML and JSON with Python)
@RowellDionicio
@RowellDionicio 4 жыл бұрын
Thank you! I plan to add more as time permits
@aselahars1
@aselahars1 Жыл бұрын
Awesome Explanation,Rowell..
@RowellDionicio
@RowellDionicio Жыл бұрын
Thank you!
@Raja_IT_Trainer
@Raja_IT_Trainer 2 жыл бұрын
Good explanation... Thanks much for making easy understable vidio..
@RowellDionicio
@RowellDionicio 2 жыл бұрын
You're welcome!
@linslus27
@linslus27 Жыл бұрын
Very clear and easy to understand. Thank you!
@RowellDionicio
@RowellDionicio 11 ай бұрын
You are welcome!
@ThePakky35dk
@ThePakky35dk Жыл бұрын
Awesome! It's easy to understand. (May I know a tool that you use to draw the green arrow or square arrow etc.?)
@anupkumar601
@anupkumar601 3 жыл бұрын
You talked about definitions and structure of XML/JSON. please explain why we should use JSON instead of XML.
@RowellDionicio
@RowellDionicio 3 жыл бұрын
JSON is much easier to read (humanly) compared to XML. But it also depends on what system you're using and whether it uses XML or JSON.
@anupkumar601
@anupkumar601 3 жыл бұрын
@@RowellDionicio please correct me where I am wrong. Becouse this is my personal understanding..now days for UI we are mostly use html & scripting language. Javascript/jQuery is the most popular scripting language and JSON is directly supported by javascript.. additionally JSON have values in key/value format that most programming languages support (ie. Dictionary in c#). In compare to JSON , XML have much more features like- validations on data etc.. JSON simply carry data so, it's obesely lightweight than XML.
@silentkille4
@silentkille4 3 жыл бұрын
very informative video I'm learning to be devnet associate and this is helpful. personally, i like YAML it's way more human-readable but as an OK python user im also happy with JSON :D
@RowellDionicio
@RowellDionicio 3 жыл бұрын
Personally, I like JSON more but maybe your opinion will change depending on how you have to work with the data.
@microsoftsurfacegeekdetail5739
@microsoftsurfacegeekdetail5739 2 жыл бұрын
Thank you for doing this video
@RowellDionicio
@RowellDionicio 2 жыл бұрын
No problem 😊
@jawssky
@jawssky 4 жыл бұрын
Well done. I too thought the use of the arrows and pointer were very helpful.
@RowellDionicio
@RowellDionicio 4 жыл бұрын
Thanks!
@Overthought7
@Overthought7 4 жыл бұрын
the YAML example was a bit confusing, as it seems invalid. the outer list of objects has items with different indents
@markthomas9641
@markthomas9641 2 жыл бұрын
You might find DeltaJSON a really useful tool for comparing and merging JSON data, it has an API for automating scripts too. I think they have an XML compare tool as well.
@br101nt
@br101nt 3 жыл бұрын
ótima explicação, abraços do Brasil .
@RowellDionicio
@RowellDionicio 3 жыл бұрын
Thanks for visiting from Brasil!
@verlaine_devnet
@verlaine_devnet 3 жыл бұрын
Thank you so much
@RowellDionicio
@RowellDionicio 3 жыл бұрын
Any time
@JiriBrejcha
@JiriBrejcha 4 жыл бұрын
Nice job, Rowell! Just our of interest, what software do you use to do the overlays and switch between the screen layouts?
@RowellDionicio
@RowellDionicio 4 жыл бұрын
Thanks Jiri. I’m using Ecamm Live.
@Channelrun9878
@Channelrun9878 4 жыл бұрын
Hi Rowell, Can you show us a tutorial on how to use Python to make the XML output pretty
@RowellDionicio
@RowellDionicio 4 жыл бұрын
I sure can!
@AdobadoFantastico
@AdobadoFantastico 3 жыл бұрын
I think YAML will be my new favorite.
@RowellDionicio
@RowellDionicio 3 жыл бұрын
Easy peasy, right?
@hyungtaecf
@hyungtaecf 2 жыл бұрын
The problem with yaml is that it can’t be minified. It’s terrible for large amounts of data. Half of your file would be just whitespaces.
@sebastianwardana1527
@sebastianwardana1527 2 жыл бұрын
so you worked on this yourself?
@RowellDionicio
@RowellDionicio 2 жыл бұрын
Yeah I looked at various resources to understand the differences. It was mainly in preparation for the DevNet Associate.
@AndrewTSq
@AndrewTSq 7 ай бұрын
JSON is easy to understand. YAML seems to be the worst of them, since I never thought it was clever to use intendation, and I really dislike reading XML. So JSON is the clear winner for me.
@RowellDionicio
@RowellDionicio 4 ай бұрын
I agree with you!
@nickhuynh6321
@nickhuynh6321 Жыл бұрын
I like json
@RowellDionicio
@RowellDionicio Жыл бұрын
Same here!
@simpson6700
@simpson6700 11 ай бұрын
i mean i know what they look like, i wanted to know why to use one rather than another.
@sebastianwardana1527
@sebastianwardana1527 2 жыл бұрын
isnt it funny... you just relearn stuff when you need it... but then you dont wanna use it... bc theres you know... theres stuff out there that you can use right now instead of loading in that data...
@RowellDionicio
@RowellDionicio 2 жыл бұрын
I find that I’m referring back to my own stuff often. I just used JSON not too long ago on a project. Saved me hours of time by using a script.
@niektolen
@niektolen 2 жыл бұрын
fall asleep after 2 mins
@RowellDionicio
@RowellDionicio 2 жыл бұрын
Good night :)
Parsing JSON with Python (DevNet)
21:13
Rowell Dionicio
Рет қаралды 4,6 М.
Data Formats: XML, JSON, and YAML
23:13
Calvin Remsburg
Рет қаралды 10 М.
Jaidarman TOP / Жоғары лига-2023 / Жекпе-жек 1-ТУР / 1-топ
1:30:54
Is JSON Blazingly Fast or...?
9:57
ThePrimeagen
Рет қаралды 198 М.
YANG Explained and Explored | Pyang | DevNet | CCNP
13:36
Data Knox
Рет қаралды 17 М.
XML, JSON, YAML and Linux Networking - a start
19:12
Bruce Hartpence - Learning Networks
Рет қаралды 294
XML is better than YAML | Prime Reacts
10:30
ThePrimeTime
Рет қаралды 40 М.
API Formats: Why JSON won over XML
14:43
Erik Wilde
Рет қаралды 12 М.
What Happened To The All Female League of Legends Team?
11:15
Nicolai
Рет қаралды 13 МЛН
REST API explained JSON vs XML
14:18
Programming w/ Professor Sluiter
Рет қаралды 12 М.
YAML crash course
20:51
Hitesh Choudhary
Рет қаралды 91 М.
Ansible Network Automation
1:02:52
David Bombal
Рет қаралды 77 М.
YAML VS JSON. YAML для искусных YAML-девелоперов. YAML синтаксис
11:05
Мир IT с Антоном Павленко
Рет қаралды 24 М.
Jaidarman TOP / Жоғары лига-2023 / Жекпе-жек 1-ТУР / 1-топ
1:30:54