Cocktail Frank 927de132be Remove calls to JSON constructor which use initializer list
There is a bug in the JSON library which causes the initializer list
constructor to inconsistently create either an array or a scalar value.

This bug causes inconsistent behavoir between the PC and WASM builds.

See https://json.nlohmann.me/home/faq/#known-bugs
2025-09-17 19:54:28 -04:00
..