/json-editor

Primary LanguageJavaScript

JSONEditor

Download

Made to help edit array-of-objects style JSON files, e.g.

[
  {
    "name": "Death",
    "age": 99999,
    "abilities": ["decimation", "evisceration", "chess"]
  }
]