Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yxz/typing/json.ts>JsonValue

Deno Standard Extensions
Latest
type alias JsonValue
Deprecated
Deprecated

Use JsonValue from json/common instead.

import { type JsonValue } from "https://deno.land/x/yxz@0.32.0/typing/json.ts";
deprecated
definition: JsonPrimitive | JsonObject | JsonArray