hagsteel / swampdragon

swampdragon
Other
557 stars 73 forks source link

Float vaues being returned as strings. #125

Open BuckinghamIO opened 9 years ago

BuckinghamIO commented 9 years ago

I am sending a float value via the websocket and instead of expecting "value":40.85 I am getting "value":"40.85".

This means on the javascript/angularJS side I am having to parse it back when I really shoudn't have to , its not a big problem but I thought I should let you know.