Easily manage the content of CSV, TSV, YAML, TOML, and JSON files.
The Data Editor uses the same naming conventions as the Front Matter Editor. See Inputs for a list of choices to optimize the editing experience.
- name: George Phillips
email: george@cloudcannon.com
- name: Mike Neumegen
email: mike@cloudcannon.com
- name: Ross Phillips
email: ross@cloudcannon.com
[
{
"name": "George Phillips",
"email": "george@cloudcannon.com"
},
{
"name": "Mike Neumegen",
"email": "mike@cloudcannon.com"
},
{
"name": "Ross Phillips",
"email": "ross@cloudcannon.com"
}
]