JavaScript Object Notation (JSON) pronounced as "Jason" is the de facto standard for data interchange on the web these days. It is a simple format that is easier to comprehend than XML. It also has less size than XML because of no closing tags. Interacting with JSON from JavaScript is extremely seamless. JSON format was first specified by Douglas Crockford in the early 2000s
Avro is a compact and efficient binary file format used for serializing data during transmission. The schema of Avro files are specified in JSON.
If selected, a logicalType of date is set for date data types
Comments 0