Numbers sometimes missing in output #2
Labels
bug
Something isn't working
help wanted
Extra attention is needed
investigate
Find out why is this happening
When using dson.Decode, I'm seeing numbers sometimes not appear in the output.
Example cases:
such "foo" is 4 wow
yields{"foo":}
such "foo" is 4, "bar" is 42 wow
yields{"foo":4,"bar":}
so 4 and 5 many
yields[,]
The text was updated successfully, but these errors were encountered: