class JsonRouterCollectorimport { JsonRouterCollector } from "https://dotland.deno.dev/x/lume@v2.4.2/plugins/on_demand.ts"; Class to load and manage static routes in a JSON file Used by default if no router is provided ConstructorsnewJsonRouterCollector(options: JsonRouterCollectorOptions)Propertiesoptions: JsonRouterCollectorOptionsroutes: Map<string, string>Pages that must be generated on demand MethodscollectRoutes(pages: Page[]): voidCollect the routes of all pages with data.ondemand = true saveRoutes(specifiers: string[]): Promise<void>Save the routes into the routesFile