klpx
Results
16
issues of
klpx
Provide interface to create arbitrary maps
Probably depends on #3
We want to have a programmable way of representation of values
Hi! It is great, that easyjson has an option to intern strings: ``` type Foo struct { UUID string `json:"uuid"` // will not be interned during unmarshaling State string `json:"state,intern"`...