View source Improve this doc

angular.fromJson
API in module ng

Description

Deserializes a JSON string.

Usage

angular.fromJson(json);

Parameters

ParamTypeDetails
jsonstring

JSON string to deserialize.

Returns

Object|Array|Date|string|number

Deserialized thingy.