DrewM\Morse\Feature\Data::testJson PHP Method

testJson() public method

public testJson ( )
    public function testJson()
    {
        return self::functionAvailable('json_encode') && self::functionAvailable('json_decode');
    }