I'm simply trying to set this JSON string to a variable but I'm not doing something right, not escaping something right
    var stringJson= '{
                                    "Status": {
                                        "Code": 3002,
                                        "Message": "something",
                                        "Succeeded": false
                                    }
}'
it's not liking the brackets, doesn't treat it as a string and is treating it as actual js code
 
    