Properties
maxDepth
maxDepth: number
Methods
Private _encode
- _encode(value: any, depth: number): any
Private _getConstructorName
- _getConstructorName(value: any): string
-
Parameters
Returns string
Private _resetPrototype
- _resetPrototype(value: any, prototype: any): any
-
Parameters
-
value: any
-
prototype: any
Returns any
makeDeepCopy
- makeDeepCopy(object: any): any
-
Parameters
Returns any
The copied object
parse
-
Parameters
Returns any
The reconstructed object
stringify
- stringify(object: any): string
-
Parameters
Returns string
The JSON string
The static class that handles JSON with object information.
JsonEx