{
    "path": "\/hello\/{name}",
    "pathRegex": "#^\/hello(?:\/(?P<name>[a-z]+))?$#s",
    "host": "localhost",
    "hostRegex": "#^localhost$#si",
    "scheme": "http|https",
    "method": "GET|HEAD",
    "class": "Symfony\\Component\\Routing\\Route",
    "defaults": {
        "name": "Joseph"
    },
    "requirements": {
        "name": "[a-z]+"
    },
    "options": {
        "compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
        "opt1": "val1",
        "opt2": "val2"
    }
}
