Since I have now had an unhealthy overdose of float formatting considerations: @keks and @cryptix, how do you serialize floats when generating ssb messages in go? Do you use the same defaults as V8 as for when to use exponential notation, whether to use 'e'
or 'E'
etc?
I wonder whether these are specified as part of ecma script, or whether these are again implementation details that crept into the ssb protocol =/