MCPcopy Create free account
hub / github.com/denoland/std /

Class

jsonc/parse.ts:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60// First tokenize and then parse the token.
61class JsoncParser {
62 readonly #whitespace = new Set(" \t\r\n");
63 readonly #numberEndToken = new Set([..."[]{}:,/", ...this.#whitespace]);
64 #text: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected