We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbb16e commit f9cf18fCopy full SHA for f9cf18f
src/Common/Common.php
@@ -58,7 +58,7 @@ protected static function safeJson($jsonData,$asArray = false){
58
if (self::is_json($value)){
59
$safeJsonData[$key] = self::safeJson($jsonData,true);
60
}elseif(is_string($value)){
61
- $safeJsonData[$key] = self::safeJsonString($value);
+ $safeJsonData[$key] = $value;
62
}else{
63
$safeJsonData[$key] = $value;
64
}
0 commit comments