mapValues
Utility function to allow transforming a JSONObject's values.
Maps the Map.Entry.value component only, keeping the Map.Entry.key the same.
null values returned by the transform are dropped from the returned Map.
Utility function to allow transforming a JSONObject's values.
Maps the Map.Entry.value component only, keeping the Map.Entry.key the same.
null values returned by the transform are dropped from the returned Map.