Data Representations
This page will detail the so-called “data representations” presented in CS 498 and tools to transform data between the various representations.
Storage Representation
Storage representations are those that allow data to be persisted over time, outside of memory.
Text
Plain text files are commonly used to store data. Some examples include:
- CSV (Comma-Separated Values)
- JSON (JavaScript Object Notation)
- HTML (HyperText Markup Language)
- XML (Extensible Markup Language)
- TOML (Tom’s Obvious, Minimal Language)
- YAML (YAML Ain’t Markup Language)