Revision history for Web::Request::Role::JSON 1.006 2018-10-31T17:47:33 - Fixed minor typo in the pod. (Mohammad S Anwar) 1.005 2017-08-31T13:00:31 - feat: add content_type parameter to role, defaulting to "application/json; charset=utf-8" (Klaus Ita) 1.004 2017-06-13T12:39:32 - return undef if there is no payload 1.003 2017-01-24T09:54:55 - fix test fails on Win32 caused by booleans 1.002 2017-01-21T15:53:40 - rename decoded_json_content to json_payload 1.001 2017-01-21T15:34:10 - remove 'new_' from response methods names 1.000 2017-01-20T17:08:55 - added tests & docs - extracted from Validad::Tools