coffeescript: get the value of an object's property starting with '@' symbol – Ebay API
How can I get the value of a object in coffeescript: {text="mytext", @name="Jon"} object.text works great but can`t get object.@name and is a 3party api json object (ebay api for example use a attribute name with @ for currency_Id), what…