add mergeFromJsonMap and writeToJsonMap to GeneratedMessage

These methods were requested by users who want to do JSON
encoding and decoding themselves.

Also added basic smoke tests for the JSON methods.
3 files changed
tree: 6fdda69c364ef200697d54504b5b73ee7a36ec9f
  1. lib/
  2. test/
  3. .gitignore
  4. .status
  5. AUTHORS
  6. CHANGELOG.md
  7. codereview.settings
  8. CONTRIBUTING.md
  9. LICENSE
  10. PATENTS
  11. pubspec.yaml
  12. README.md
README.md

Provides runtime support for a Dart implementation of protobufs.

Build Status

Typically one do not need to import this library–only libraries generated by the protoc plugin import this library directly.

If your library or application uses generated protobuf libraries, add this library as a dependency.

References