You are here

function drupal_json_decode in Rocket.Chat 8

Same name and namespace in other branches
  1. 8.2 modules/rocket_chat_api/src/RocketChat/TestConfig.class.inc \Drupal\rocket_chat_api\RocketChat\drupal_json_decode()

File

modules/rocket_chat_api/src/RocketChat/TestConfig.class.inc, line 103

Namespace

Drupal\rocket_chat_api\RocketChat

Code

function drupal_json_decode($json) {
  return \GuzzleHttp\json_decode($json, TRUE);
}