Closed bowbahdoe closed 3 years ago
The current docs list the type of data in :json-params as being a Map of String -> String. JSON can be more than that, so the docs should reflect that.
:json-params
@bowbahdoe thanks for pointing this out, however, while the values can be any JSON type, the keys must be strings. I'll update the docs accordingly.
The current docs list the type of data in
:json-params
as being a Map of String -> String. JSON can be more than that, so the docs should reflect that.