node.js - Javascript data structure (streamed by a websocket connection) including an array where I would expect a key -
i've been receiving type of data structure below (from websocket connection)
{ [string: '0.01234567'] _int: { [string: '1234567'] _s: 0, _d: [1, 2, 3, 4, 5, 6, 7] }, _precision: 8 }
this doesn't i've seen before, looks poorly build json. missing here?
the information access 0.01234567
i'm quite confused way output structured. need parse string myself or there quick , painless way collect info?
its not valid json looks must handle string.
Comments
Post a Comment