Thenbsp\Wechat\Bridge\Serializer::isJSON PHP Method

isJSON() public static method

check is json string
public static isJSON ( $data )
    public static function isJSON($data)
    {
        return @json_decode($data) !== null;
    }