Slow json parsing of arguments

Hi,
We are seeing a latency issue with the use of “goccy/go-json” to parse arguments and have filed an issue against that repo: Decoder seems to be orders of magnitude slower than the standard library's Decoder · Issue #491 · goccy/go-json · GitHub

I was wondering if folks on this forum have any ideas about working around this issue.

Thanks in advance.