On Thu, Jul 21, 2016 at 2:49 PM, Oi Lee <[email protected]> wrote: > I know C++ does for proto3 but I was wondering about proto2. Do I need to > use 3rd party software? > Protobuf 2.6.1 doesn't, but you can use protobuf 3.0.0 with proto2 syntax and use the JSON utility with proto2 messages. The caveat here is that JSON utility doesn't support proto2-only features very well (for example, it will drop all extensions).
> -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/protobuf. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
