Closed pires closed 8 years ago
The following doesn't work either. Not only merge(...)
isn't static but it doesn't accept String
as argument.
String jsonFormat = _load json document from a source_;
JsonFormat.merge(jsonFormat, builder);
Addressed by pull request #18
JsonFormat.printToString(...)
is not static so the examples don't work.