pedestal / pedestal-docs

Documentation for Pedestal.
http://pedestal.io
42 stars 55 forks source link

Correct :json-params type docs #145

Closed bowbahdoe closed 3 years ago

bowbahdoe commented 4 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.

ddeaguiar commented 3 years ago

@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.