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

Opened by wgaffa on Feb 19, 2023, 9:31 AM
// wgaffa on Feb 19, 2023, 9:31 AM

These two should parse equally.

{
  "area": "Another",
}
{
  "area": "Test",
  "section": null
}
// wgaffa on Feb 19, 2023, 3:24 PM

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