JSON Table Schema
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Metaformats }} '''JSON Table Schema''' is a method, expressable in JSON, of specifying the field structure of tabular data, for...") |
Revision as of 12:12, 16 July 2014
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.