andmeformaate
Andmeformaate are the conventions used to encode data for storage and transfer. They specify how information is structured, typed, and serialized so software can reliably read and write it across systems and over time. The term covers both human-readable formats and compact binary representations, as well as schemas and validation rules that accompany data.
Common examples of text-based formats include JSON, XML, CSV, and YAML; newline-delimited formats such as NDJSON;
Key characteristics include readability, schema support, immutability and forward/backward compatibility, compression, performance for parsing and serialization,
Use cases include data interchange between services, configuration files, logs, API payloads, and storage in databases