Skip to content

JsonLiteralNode

A JSON literal - a string, number, boolean or null.

Import:

import type { JsonLiteralNode } from 'obsidian-dev-utils/script-utils/linters/eslint-rules/manifest-helpers';

Signature:

export interface JsonLiteralNode extends JsonNode

Extends: JsonNode

Properties

PropertyTypeDescription
typestringThe node type, e.g. Document, Object, Member, String.
(Inherited from JsonNode)
valueboolean | null | number | stringThe literal's parsed value.

Links to this page: