Devnet Preparation
API Data Formats
There are many different data formats used for your applications to communicate with a wide range of APIs available on the Internet. Each format represents syntax conding data that could be read by another machine but in such a way that is wasy to understand for humands, too.
You will most likely encounter these common data formats:
- YAML Ain’t Markup Language (YAML)
- JavaScript Object Notation (JSON)
- eXtensible Markup Language (XML)
YAML
JSON
XML
Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.