Data Formats: XML, JSON, and YAML

preview_player
Показать описание
A brief overview on Data Formats and the problem they aim to solve in the automation world
Рекомендации по теме
Комментарии
Автор

I loved the approach of "which problem was solved" to explain a concept, thanks a lot great video.

juancarlosrodriguezolaya
Автор

Great overview on data formats, thanks Calvin. Will be focusing my attention to JSON outputs going forward.

craigreid
Автор

Only source that explains relevance of XML and JSON data formats to networking. Every other source is about their usage in programming.

fnamelname
Автор

Thanks Calvin, you made it easy to understand!

alvarotono
Автор

Hey hi, you said there is no concept of the list in XML, but it is possible by using Spring Dependency Injection like Property Injection and Constructor-arg injection.
<Property>
<List>
<Value>1</Value>
<Value>2</Value>
</List>
</Property>

publicrockers
Автор

XML looks a lot like HTML. Is that what "Markup Language" is referring to?

rmt
Автор

Well XML can do much more.
You can have Tags inside.
You can have an empty Tag, which closes directly with an atribute.
<MyTag MyAtribute="Test"/>

Also it should be mentioned that there is XSD and XSLT. There are 1000 page books about xml, so there can be much more to XML, then what you shown here.

BalancedMentality