Re: [protobuf] Will protobuf support JSON?

2016-07-29 Thread Alfred Kwan
Jul 15, 2016 at 1:11 PM, Alfred Kwan <alfr...@gmail.com> 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 JS

Re: [protobuf] Will protobuf support JSON?

2016-07-20 Thread 'Feng Xiao' via Protocol Buffers
t 6:39:26 PM UTC-4, Feng Xiao wrote: >> >> On Fri, Jul 15, 2016 at 1:11 PM, Alfred Kwan <alfr...@gmail.com> 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

Re: [protobuf] Will protobuf support JSON?

2016-07-20 Thread Alfred Kwan
ect? >> > What package are you looking at? For Java, the JSON support is in the > protobuf-java-util maven package. > > >> >> On Tuesday, May 12, 2015 at 2:56:16 PM UTC-4, Feng Xiao wrote: >>> >>> On Tue, May 12, 2015 at 9:56 AM, Mikhail Mel

Re: [protobuf] Will protobuf support JSON?

2016-07-15 Thread 'Feng Xiao' via Protocol Buffers
On Fri, Jul 15, 2016 at 1:11 PM, Alfred Kwan <alfred...@gmail.com> 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 JSON support is in the protobuf-java-util maven package.

Re: [protobuf] Will protobuf support JSON?

2016-07-15 Thread Alfred Kwan
be very grateful. >> >> >> On Friday, April 1, 2011 at 11:32:42 PM UTC+3, Austin Ziegler wrote: >>> >>> On Fri, Apr 1, 2011 at 11:19 AM, Konrad Malawski >>> <konrad@project13.pl> wrote: >>> > Sure, just google "protobuf json" ->

Re: [protobuf] Will protobuf support JSON?

2015-05-15 Thread Giri Guntipalli
@qq.com script languages can easily dealing with JSON, but in C/C++ is actually difficult. can protobuf support json encode/decode? A few weeks ago, someone on my team wrote something in Ruby to generate the .proto file that would be associated with the JSON that we're expecting, plus

Re: [protobuf] Will protobuf support JSON?

2015-05-15 Thread 'Feng Xiao' via Protocol Buffers
@project13.pl wrote: Sure, just google protobuf json - http://code.google.com/p/protobuf-json/ 2011/4/1 ZHOU Xiaobo xb@qq.com script languages can easily dealing with JSON, but in C/C++ is actually difficult. can protobuf support json encode/decode? A few weeks ago, someone on my team

Re: [protobuf] Will protobuf support JSON?

2015-05-13 Thread Mikhail Melnik
Thank you for a fast and clear answer! -- 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 protobuf+unsubscr...@googlegroups.com. To post to this group, send

Re: [protobuf] Will protobuf support JSON?

2015-05-12 Thread Mikhail Melnik
: wrote: Sure, just google protobuf json - http://code.google.com/p/protobuf-json/ 2011/4/1 ZHOU Xiaobo xb@qq.com javascript: script languages can easily dealing with JSON, but in C/C++ is actually difficult. can protobuf support json encode/decode? A few weeks ago, someone on my

Re: [protobuf] Will protobuf support JSON?

2015-05-12 Thread 'Feng Xiao' via Protocol Buffers
: Sure, just google protobuf json - http://code.google.com/p/protobuf-json/ 2011/4/1 ZHOU Xiaobo xb@qq.com script languages can easily dealing with JSON, but in C/C++ is actually difficult. can protobuf support json encode/decode? A few weeks ago, someone on my team wrote something

Re: [protobuf] Will protobuf support JSON?

2011-04-01 Thread Austin Ziegler
support json encode/decode? A few weeks ago, someone on my team wrote something in Ruby to generate the .proto file that would be associated with the JSON that we're expecting, plus the necessary YAJL code to parse the JSON in C++. It's not that hard to do, but we can't open source our work (it's