NDJSON
NDJSONAlso called: Newline Delimited JSON
A line-delimited format where each line contains a separate JSON object, enabling efficient streaming and incremental processing of structured data.
Explore more about Data Exchange
Related terms
JavaScript Object Notation (JSON) is a lightweight, text-based data interchange format for representing structured data using key-value pairs and arrays. It is widely used for exchanging data between applications, APIs, AI systems, and web services.
Data SerializationThe process of converting data structures or objects into a structured format for storage, transmission, or exchange between systems.
Data DeserializationThe process of converting serialized data from a structured format into in-memory objects or data structures that an application can process.
PayloadThe data carried within a request, response, message, or event exchanged between systems.