data-formats - Concepts
Explore concepts tagged with "data-formats"
Total concepts: 2
Concepts
- TOML - A configuration file format designed to be easy to read due to obvious semantics, mapping unambiguously to a hash table.
- JSONL - A text format for storing and streaming structured data where each line is a valid JSON object, enabling efficient line-by-line processing without loading entire datasets into memory.
← Back to all concepts