【AngularJS】で変数をjson文字列に変換したりjson文字列をパースしたりする。

メモ。

■jsonエンコード

angular.toJson(obj, [pretty]);

■jsonデコード

angular.fromJson(json);