Symfony\Component\Routing\Route {#1585
  -path: "/services/json/list/{listing_ids}/{list_index}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:4 [
    "_title" => "List Json"
    "_controller" => "\Drupal\rasch_fi_services\Controller\RaschFiServicesQuotesListController::quotesListJson"
    "listing_ids" => "empty"
    "list_index" => ""
  ]
  -requirements: array:1 [
    "_permission" => "access content"
  ]
  -options: array:5 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "no_cache" => "TRUE"
    "parameters" => array:2 [
      "listing_ids" => array:1 [
        "type" => "string"
      ]
      "list_index" => array:1 [
        "type" => "string"
      ]
    ]
    "utf8" => true
    "_access_checks" => array:1 [
      0 => "access_check.permission"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1586
    -variables: array:2 [
      0 => "listing_ids"
      1 => "list_index"
    ]
    -tokens: array:3 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "list_index"
        4 => true
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "listing_ids"
        4 => true
      ]
      2 => array:2 [
        0 => "text"
        1 => "/services/json/list"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/services/json/list(?:/(?P<listing_ids>[^/]++)(?:/(?P<list_index>[^/]++))?)?$}sDu"
    -pathVariables: array:2 [
      0 => "listing_ids"
      1 => "list_index"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 7
    #patternOutline: "/services/json/list"
    #numParts: 5
  }
}