Open GoogleCodeExporter opened 8 years ago
Right, \a is used by protobuf text format for printing human readable messages,
but this is not one of recognized special symbols in json (such as \t for
example) - see json formal grammar on json.org
Original comment by aleksey....@viaden.com
on 22 Jan 2013 at 12:31
Just noticed that there's similar issue
http://code.google.com/p/protobuf-java-format/issues/detail?id=43
This may be resolve as duplicate.
Original comment by aleksey....@viaden.com
on 22 Jan 2013 at 12:39
had a similar issue here, we are using bytes type for some fields in the proto,
but when converting to json with protobuf-java-format, we found the string
content is not properly escaped and json parsers give invalid json errors.
is it possible to fix this and release a new version?
Original comment by guozheng...@gmail.com
on 6 Aug 2015 at 11:58
Original issue reported on code.google.com by
korolyov...@gmail.com
on 22 Jan 2013 at 12:23