What is difference between application/x-ndjson and application/json?
Lets understand what is json? JSON stands for JavaScript Object Notation JSON is a lightweight format for storing and transporting data JSON is often used when data is sent from a server to a web page JSON is “self-describing” and easy to understand Now, Lets understand what is ndjson? The ndjson format, also called Newline…
