Closed andrezimmermann closed 1 year ago
This PR reverts the work at done, converting the Map<String, String> back to Map<String, Object>
Map<String, String>
Map<String, Object>
The reasoning is that is possible to have JsArray inside the metadata.
JsArray
This PR reverts the work at done, converting the
Map<String, String>
back toMap<String, Object>
The reasoning is that is possible to have
JsArray
inside the metadata.