I think it would be nice to have some data structure or class that makes it easy to convert from JSON to maps/strategies while also implicitly documenting the map/strategy. That way we can use the same data structure for parsing the object as for displaying documentation, and maybe avoid a lot of repetitive code for building a strategy from parameters.
I think it would be nice to have some data structure or class that makes it easy to convert from JSON to maps/strategies while also implicitly documenting the map/strategy. That way we can use the same data structure for parsing the object as for displaying documentation, and maybe avoid a lot of repetitive code for building a strategy from parameters.