2022-05-01
YAML YAML = YAML Ain’t Markup Language Human-readable data-serialization language It is commonly used for configuration files, but it is also used in data storage (e.g. debugging output) or transmission (e.
2020-12-09
TL;DR Python and JSON conversion JSON (JavaScript Object Notation) is a popular data format used for representing structured data. It’s common to transmit and receive data between a server and web application in JSON format.
2020-12-09