Namespace: JSONUtils

JSONUtils

JSON utilities

Source:

Methods


<static> parse(jsonString) → {JSON}

Parse JSON, with exception handling

Parameters:
Name Type Description
jsonString string

string to parse

Source:
Returns:

JSON Object, null on error

Type
JSON

<static> shallowCopy(object) → {JSON}

Return shallow copy of Object

Parameters:
Name Type Description
object Object

object to copy

Source:
Returns:

JSON Object, null on error

Type
JSON