is_array($value) || is_object($value) || is_bool($value) ? json_encode($value, JSON_UNESCAPED_UNICODE) : $value, ); } }