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?
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?