/**
  * @return string
  */
 function json_last_error_msg()
 {
     return \PureJSON\JSON::getErrorMessage(json_last_error());
 }