Re: [protobuf] Will protobuf support JSON?

2016-07-20 Thread Alfred Kwan
I use the C++ package. On Friday, July 15, 2016 at 6:39:26 PM UTC-4, Feng Xiao wrote: > > On Fri, Jul 15, 2016 at 1:11 PM, Alfred Kwan > wrote: > >> I looked at the 3.0 beta package and I believe the JSON support is not in >> yet. Am I correct? >> > What package are you looking at? For Java, the

Re: [protobuf] Will protobuf support JSON?

2016-07-20 Thread 'Feng Xiao' via Protocol Buffers
On Wed, Jul 20, 2016 at 5:23 AM, Alfred Kwan wrote: > I use the C++ package. > For C++, you can use the utility functions declared here: https://github.com/google/protobuf/blob/master/src/google/protobuf/util/json_util.h#L80 > > On Friday, July 15, 2016 at 6:39:26 PM UTC-4, Feng Xiao wrote: >>

Re: [protobuf] Test-suite Error Log

2016-07-20 Thread 'Feng Xiao' via Protocol Buffers
It seems sprintf is not working properly in your build. It doesn't affect the core functionality of protobuf but you won't be able to use JSON format (and probably also text format). On Wed, Jul 20, 2016 at 6:34 AM, Doug Lewis wrote: > I was doing the "make check" on my proto3 build. I'm runnin