optional
skipIfExists: boolean
If true, the value will only be inserted if it doesn't already exist in the array
A utility library for working with JSONC files. Doesn't do much more than wrap npm:jsonc-parser, though, so for most people using that library instead would be the move.
skipIfExists: boolean
If true, the value will only be inserted if it doesn't already exist in the array
Add Package
deno add jsr:@axhxrx/jsonc
Import symbol
import { type InsertArrayValueOptions } from "@axhxrx/jsonc";
Import directly with a jsr specifier
import { type InsertArrayValueOptions } from "jsr:@axhxrx/jsonc";
Add Package
pnpm i jsr:@axhxrx/jsonc
pnpm dlx jsr add @axhxrx/jsonc
Import symbol
import { type InsertArrayValueOptions } from "@axhxrx/jsonc";
Add Package
yarn add jsr:@axhxrx/jsonc
yarn dlx jsr add @axhxrx/jsonc
Import symbol
import { type InsertArrayValueOptions } from "@axhxrx/jsonc";
Add Package
vlt install jsr:@axhxrx/jsonc
Import symbol
import { type InsertArrayValueOptions } from "@axhxrx/jsonc";
Add Package
npx jsr add @axhxrx/jsonc
Import symbol
import { type InsertArrayValueOptions } from "@axhxrx/jsonc";