proto3 JSON: Serialize integer floats and doubles as integers (#695)

This is not required by the spec, but it seems to be more consistent
with how other libraries in other languages generate JSON.

Internally this change was made in cl/405998525.
2 files changed
tree: 6e6036554609fe33845430d835b36a7550195e64
  1. .github/
  2. api_benchmark/
  3. protobuf/
  4. protobuf_benchmarks/
  5. protoc_plugin/
  6. query_benchmark/
  7. tool/
  8. .gitignore
  9. AUTHORS
  10. LICENSE
  11. mono_repo.yaml
  12. README.md
README.md

CI status

Protobuf support for Dart

Protocol Buffers (protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.

This repository is home to packages related to protobuf for Dart.

PackageDescriptionPublished Version
protobufA support library for the generated codepub package
protoc_pluginA Dart back-end for the protoc compilerpub package
api_benchmarkBenchmarking for various API calls
query_benchmarkBenchmark for encoding and decoding of a “real-world” protobuf