[etc] JSON decode returns LazyMap/ValueList which is hard to work with
The problem is, for example, that LazyMap won't allow to modify properties. If we want to load a JSON into a Map, change a property and save, we need to convert it first.
The problem is, for example, that LazyMap won't allow to modify properties. If we want to load a JSON into a Map, change a property and save, we need to convert it first.