public function RestWSFormatJSON::unserialize in RESTful Web Services 7
Same name and namespace in other branches
- 7.2 restws.formats.inc \RestWSFormatJSON::unserialize()
File
- ./
restws.formats.inc, line 202 - RESTful web services module formats.
Class
- RestWSFormatJSON
- A formatter to format json.
Code
public function unserialize($data) {
return drupal_json_decode($data);
}