false]); } public static function toJson($content = "") { try { return json_decode($content, true); } catch (\Exception $e) { return false; } } }