json library

Functions

parseInto(GeneratedMessage message, String json) → void
Parses the given JSON string into a message.
parseIntoNewInstance<T extends GeneratedMessage>(BuilderInfo builder, String json) → T
Parses the given JSON string into a new instance of the message described by the builder.