Skip to main content
Module

x/json_object/mod.ts

JSONObject types and helper functions
Latest
import * as jsonObject from "https://deno.land/x/json_object@1.1.0/mod.ts";

Functions

Deep assign of JSONObject or JSONArray.

Deep clone of JSONValue.

Deep equal of JSONValue.

Get a value from deep path of the object.

Type Aliases

JSONArray is an array of JSONValue.

JSONCollection is an array of JSONItem only.

JSONItem is the same as JSONObject. However, it is supposed to be the array item.

JSONObject is an object with JSONValue as a property value.

JSONPrimitive is a JavaScript primitive value in JSON.

JSONRange is the same as JSONCollection. However, that means it's part of the JSONCollection.

JSONValue is a value parsed from the JSON text.