Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias JSONValue
Deprecated
Deprecated

Use JsonValue instead.

import { type JSONValue } from "https://deno.land/std@0.155.0/encoding/json/_parse.ts";

The type of the result of parsing JSON.

deprecated
definition: JsonValue