In this lesson we’re going to be going over YAML. Now YAML is a fun acronym, it is what’s known as a recursive acronym. because it uses its own name within the acronym definition. YAML stands for YAML ain’t markup …
In this lesson we’re going to be talking about JSON, which is JavaScript Object Notation. we had touched on this very briefly in our last lesson when we did an overview of what data serialization techniques are and a few …
Data serialization refers to the standard structuring of data in a machine-readable format that has specific data types and is formatted in a certain way so that machines can easily read and understand the data. There are many different available …