It's my first time here, please tell me if I'm doing anything wrong or if this should be posted somewhere else !
I've been trying to parse the Factorio data dumped with --dump-data for funny projects on my side, and it appears that empty arrays are dumped as json objects instead of arrays.
For example, the biter egg recipe:
Code: Select all
"ingredients":
{},
Code: Select all
"base_color":
{},
Perhaps there is a --dump-data option I'm missing here ? Or there might be others reasons I'm unaware of to have it this way ?
Thanks in advance, and a lot of thanks for the game, cheers !
- Eclipse

