{
    "route_1": {
        "path": "\/hello\/{name}",
        "pathRegex": "#PATH_REGEX#",
        "host": "localhost",
        "hostRegex": "#HOST_REGEX#",
        "scheme": "http|https",
        "method": "GET|HEAD",
        "class": "Symfony\\Bundle\\FrameworkBundle\\Tests\\Console\\Descriptor\\RouteStub",
        "defaults": {
            "name": "Joseph"
        },
        "requirements": {
            "name": "[a-z]+"
        },
        "options": {
            "compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
            "opt1": "val1",
            "opt2": "val2"
        }
    },
    "route_2": {
        "path": "\/name\/add",
        "pathRegex": "#PATH_REGEX#",
        "host": "localhost",
        "hostRegex": "#HOST_REGEX#",
        "scheme": "http|https",
        "method": "PUT|POST",
        "class": "Symfony\\Bundle\\FrameworkBundle\\Tests\\Console\\Descriptor\\RouteStub",
        "defaults": [],
        "requirements": "NO CUSTOM",
        "options": {
            "compiler_class": "Symfony\\Component\\Routing\\RouteCompiler",
            "opt1": "val1",
            "opt2": "val2"
        },
        "condition": "context.getMethod() in ['GET', 'HEAD', 'POST']"
    }
}
