com.coinbase.cdp.auth
Method Details
sortKeys
map (Map<String,Object>) - the map to sort
Returns:
Map<String,Object> - a new map with all keys sorted alphabetically at all levels
toJson
map (Map<String,Object>) - the map to convert
Returns:
String - the JSON string representation
fromJson
json (String) - the JSON string to parse
Returns:
Map<String,Object> - the parsed map