FluentDOM\Loader\JSONx::getSupported PHP Method

getSupported() public method

public getSupported ( ) : string[]
return string[]
    public function getSupported()
    {
        return array('jsonx', 'application/xml+jsonx');
    }