ilikebasic
Results
1
issues of
ilikebasic
**Eg. for proto message which we want to store as goog.protobuf.Any field:** ``` package foo.bar; message Person { string first_name = 1; string last_name = 2; } ``` **Expected JSON...