APSIMInitiative / ApsimX

ApsimX is the next generation of APSIM
http://www.apsim.info
Other
130 stars 160 forks source link

apsim user config file refactor #8279

Open ric394 opened 11 months ago

ric394 commented 11 months ago

Where is the code located?

~\AppData\Roaming\ApsimInitiative\ApsimX

What needs to be changed?

Currently the file is written in XML format. I suggest we change this to JSON format.

Why does the code need changing?

JSON is tidier and easily read by humans making it better to maintain.

MAGALA-RICHARD commented 9 months ago

JSON also consumes less memory and it is relatively faster