-
Notifications
You must be signed in to change notification settings - Fork 0
Default Resource Types
Jayson Harshbarger edited this page Aug 9, 2016
·
1 revision
| Type | Extensions | Parser | Translation result |
|---|---|---|---|
| text/tab-separated-values | tsv | Rich-Harris/BabyParse | Array |
| text/csv | csv | Rich-Harris/babyparse | Array |
| text/plain | txt, text, conf, def, list, log, in, ini | none | Text |
| text/yaml | yaml, yml | nodeca/js-yaml | Object/Array |
| application/json | json, json5, map | json5/json5 | Object/Array |
| text/matrix | matrix, expression, osc | custom | Object |