A cli database for some FFX stuff

#6 Location JSON should not force to have section as null

Opened by wgaffa on February 19, 2023
wgaffa on February 19, 2023

These two should parse equally.

{
  "area": "Another",
}
{
  "area": "Test",
  "section": null
}
wgaffa on February 19, 2023

After adding an option to the json options this seems to work at the moment