Re: [go-nuts] JSON dictionary encoding

2021-01-04 Thread Jesper Louis Andersen
On Mon, Jan 4, 2021 at 8:09 PM ChrisLu wrote: > Hi, > > For a list of json objects, the key names are usually repeated. > e.g., {:1, :2},{:2, :3}, ... > > The key names, "" and "" for the above example, could be very long. > Is there any existing library already encode jso

[go-nuts] JSON dictionary encoding

2021-01-04 Thread ChrisLu
Hi, For a list of json objects, the key names are usually repeated. e.g., {:1, :2},{:2, :3}, ... The key names, "" and "" for the above example, could be very long. Is there any existing library already encode json objects via a dictionary? This is a JSON-specific compres