You are here

function wsdata_simple_json_processor::accepts in Web Service Data 7

Overrides WsData::accepts

File

./wsdata_simple_json.wsdata.processor.inc, line 20

Class

wsdata_simple_json_processor

Code

function accepts() {
  return array(
    'json',
  );
}