A cli database for some FFX stuff

#2 NonEmptyList should serialize as a single list to JSON

Closed on January 29, 2023
wgaffa on January 28, 2023

Currently the serializing of NonEmptyList to JSON is

[
      {
        "_area": "Another",
        "_section": null
      },
      [
        {
          "_area": "Test",
          "_section": null
        }
      ]
]

This should be a single list of objects.

wgaffa added a change on January 29, 2023
KAJC3D5NCOYO6GMDVIZE5TRJ263IOJFRAXX5UODSCF5P5CQ2AB7AC
main
wgaffa closed this discussion on January 29, 2023