You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Adds a new method to `AbstractRestfulController`, `jsonEncode()` which:
- checks for presence of `json_encode()`; if present, uses it to decode the
provided string.
- checks for presence of `Zend\Json\Json`; if present, uses
`Zend\Json\Json::decode()` to decode the provided string.
- throws an exception if neither is available
The above is now used by both `processPostData()` and `processBodyContent()`
when parsing JSON.
Removed `zend-json` from the `require-dev` section, and updated its description
in the `suggest` section.
0 commit comments