Is anyone familiar with a stable C++ solution (library, code snippet etc.) which converts protobuf messages to/from JSON?
Is anyone familiar with a stable C++ solution (library, code snippet etc.) which converts protobuf messages to/from JSON?
This one is better IMO: https://github.com/shramov/json2pb
it does conversion in both directions and handles extensions