You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not a C coder, maybe a Lua one, so my contributions are limited. The code is working and tested. It might be slower than your standard and definitely can benefit from some features of pb.c. Of course, I cannot expect anyone to add these features for me.
Thank you for answer
All the best.
The text was updated successfully, but these errors were encountered:
You could add jsonproto.lua to lua-protons repo here, but there some issues. That module depends on date and cjson module which is not used by lua-protobuf. So maybe it's better to leave it as a standalone module that depends on lua-proyobuf?
Hello, on Kong we have long open PR that adds the functionality of proto - json transcoder. I was advised it might save some time if that transcoder would be part of lua-protobuf package.
Is there any possibility to add it to this project? What are requirements? The functionality is concentrated into one file https://github.com/Kong/kong/pull/8297/files#diff-3a78d93fbe0ba99669d5d760d6f3cf5c536dd93deab5b499f8528d3c0eaacf29 (to simulate google's solutions - go, c++ or C#).
I am not a C coder, maybe a Lua one, so my contributions are limited. The code is working and tested. It might be slower than your standard and definitely can benefit from some features of pb.c. Of course, I cannot expect anyone to add these features for me.
Thank you for answer
All the best.
The text was updated successfully, but these errors were encountered: