fastjson icon indicating copy to clipboard operation
fastjson copied to clipboard

Streaming reflective JSON encoder

Open x4m opened this issue 5 years ago • 0 comments

Hi! I'm coping with OOMs in https://github.com/wal-g/wal-g/issues/738 And looking for good JSON lib so that we could avoid materializing JSON in memory. But the code is shared among many different types of JSON, so I do not want to use precompiled JSON encoder and want reflective one. I see that fastjson is mostly about parsing. But maybe you have some ideas where to look at?

x4m avatar Aug 27 '20 08:08 x4m