JSON Table Schema
From Just Solve the File Format Problem
(Difference between revisions)
(Category:JSON based file formats) |
(Updated category) |
||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
− | |subcat= | + | |subcat=Schema formats |
}} | }} | ||
'''JSON Table Schema''' is a method, expressable in [[JSON]], of specifying the field structure of tabular data, for instance a spreadsheet or [[CSV]] file. It is "in competition" with [[CSV Schema]] as a way to describe a CSV data structure. It can be accompanied by a [[CSV Dialect Description Format]] file to describe the specifics of the delimiter and quoting rules in a CSV or other delimited file. | '''JSON Table Schema''' is a method, expressable in [[JSON]], of specifying the field structure of tabular data, for instance a spreadsheet or [[CSV]] file. It is "in competition" with [[CSV Schema]] as a way to describe a CSV data structure. It can be accompanied by a [[CSV Dialect Description Format]] file to describe the specifics of the delimiter and quoting rules in a CSV or other delimited file. |
Latest revision as of 16:31, 14 August 2017
JSON Table Schema is a method, expressable in JSON, of specifying the field structure of tabular data, for instance a spreadsheet or CSV file. It is "in competition" with CSV Schema as a way to describe a CSV data structure. It can be accompanied by a CSV Dialect Description Format file to describe the specifics of the delimiter and quoting rules in a CSV or other delimited file.