https://github.com/viveksati5143/yaml
Comparison of Yaml, xml and json
https://github.com/viveksati5143/yaml
json xml yaml
Last synced: about 2 months ago
JSON representation
Comparison of Yaml, xml and json
- Host: GitHub
- URL: https://github.com/viveksati5143/yaml
- Owner: Viveksati5143
- License: mit
- Created: 2023-05-30T17:56:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T22:42:05.000Z (about 3 years ago)
- Last Synced: 2025-04-13T20:57:19.084Z (about 1 year ago)
- Topics: json, xml, yaml
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
YAML
It was first called Yet Another MarkUp Langugae but now it is Yaml Ain't MarkUp Language.
### Definition:
Applications written with different technologies or languages which have different *Data Structures* can transfer data to each other using a *Common/ Standard Format*.
YAML, JSON and XML are these formats
It is a Data Serialization Language
- Data Serialization:
Translation of Object (Code + Data) into stream of bytes that saves the state of this object in a form that is transmittable. Using Serialization, data can be converted into code and code can be converted into data back again.
Benefits of YAML:
- Simple and easy to read
- Nice and Strict Syntax
- Most Languages use it
- More powerful & helpful when representing complex data
***Note: Any JSON input can be converted to YAML output and vice versa***