Kostas Papageorgiou

Results 1 issues of Kostas Papageorgiou

The way the Arena is meant to be used as highlighted [here](https://github.com/valyala/fastjson/blob/93f67d942133e9d219dbbae7a541433f8bbbe7c4/arena.go#L9-L14) ``` 1) Construct Values via the Arena and Value.Set* calls. 2) Marshal the constructed Values with Value.MarshalTo call....