C++ Protobuf to/from JSON conversion

Viewed 29444

Is anyone familiar with a stable C++ solution (library, code snippet etc.) which converts protobuf messages to/from JSON?

4 Answers
Related