Skip to main content

Module json

Module json 

Source
Expand description

JSON version file engines for package.json and deno.json/deno.jsonc.

Provides JsonVersionFile for npm/Node package.json files (parsed via serde_json) and DenoVersionFile for Deno manifests (handled with line-level regex to support JSONC comments).

Structsยง

DenoVersionFile
Version file engine for deno.json and deno.jsonc.
JsonVersionFile
Version file engine for package.json.