Things noticed that are not necessarily wrong but could be smoother - [x] why do `Class` members are required in `AUTO`? - [x] why does JSON `0.0` become a `TextualNumber`? => should be `Integer` or `Double` - [x] why does `JsonArray` does not have a `values()` that can be used in a for-each loop?
Things noticed that are not necessarily wrong but could be smoother
Classmembers are required inAUTO?0.0become aTextualNumber? => should beIntegerorDoubleJsonArraydoes not have avalues()that can be used in a for-each loop?