Options
All
  • Public
  • Public/Protected
  • All
Menu

Module JSONExt

The namespace for JSON-specific functions.

Index

Variables

Const emptyArray

emptyArray: ReadonlyJSONArray = Object.freeze([]) as ReadonlyJSONArray

A shared frozen empty JSONArray

Const emptyObject

emptyObject: ReadonlyJSONObject = Object.freeze({}) as ReadonlyJSONObject

A shared frozen empty JSONObject

Functions

deepCopy

  • deepCopy<T>(value: T): T

deepEqual

isArray

isObject

isPrimitive

Generated using TypeDoc