insane-json icon indicating copy to clipboard operation
insane-json copied to clipboard

Get byte length of node without encoding

Open goshansmails opened this issue 1 year ago • 0 comments

To get byte length of node we use func (n *Node) Encode(out []byte) []byte but it requires memory allocation.

goshansmails avatar May 13 '24 07:05 goshansmails