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 baa97b8 commit d1665e9Copy full SHA for d1665e9
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] = $value;
+ $safeJsonData[$key] = self::safeJsonString($value);
62
}else{
63
$safeJsonData[$key] = $value;
64
}
0 commit comments