I want to convert any protocol buffer to json. My protocol buffer looks as below.
syntax = "proto3"; message A { int32 id = 1; } message B { int