从http get解析json字符串到angular对象

时间:2017-11-06 23:08:48

标签: javascript angularjs json

我想从http获取解析此响应并将值显示为详细模式,但我不知道如何解析它。我用arc来显示我的http get的响应,这是我使用arc的响应图像。

This is my response

这是my.js文件

$http.get('.....a='+$scope.month).then(function(response){
        $scope.coba = response.data;

1 个答案:

答案 0 :(得分:0)

使用JSON.stringify(response.data)angular.toJson(response.data),它会将http响应解析为JSON。 如果失败,则表示您的回答不是精确的JSON