v1.0.2
fix: premature GC on decoding string (#187) * fix: cast `[]byte` to `string` for `Unmarshal()` * fix: store `Decoder.s` to `_Stack` to avoid premature GC * fix: add gcwritebarrir for `op_str`
fix: premature GC on decoding string (#187) * fix: cast `[]byte` to `string` for `Unmarshal()` * fix: store `Decoder.s` to `_Stack` to avoid premature GC * fix: add gcwritebarrir for `op_str`