diff options
author | os72 <osuciu@yahoo.com> | 2016-05-31 22:07:14 -0700 |
---|---|---|
committer | os72 <osuciu@yahoo.com> | 2016-05-31 22:07:14 -0700 |
commit | f6be0d1fc141355efdd930be6f203b35f9e27aa0 (patch) | |
tree | 739304ac96015e1b45b9c98b4795a17ff7e2caeb /docs | |
parent | 18a9140f3308272313a9642af58ab0051ac09fd2 (diff) |
Add reference to Protocol Buffers Dynamic Schema (https://github.com/os72/protobuf-dynamic)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/third_party.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/third_party.md b/docs/third_party.md index eaccf782..021cc564 100644 --- a/docs/third_party.md +++ b/docs/third_party.md @@ -146,3 +146,4 @@ There are miscellaneous other things you may find useful as a Protocol Buffers d * [ProtoBuf with Java EE7 Expression Language 3.0; pure Java ProtoBuf Parser and Builder.](https://github.com/protobufel/protobuf-el) * [Notepad++ Syntax Highlighting for .proto files](https://github.com/chai2010/notepadplus-protobuf) * [Linter for .proto files](https://github.com/ckaznocha/protoc-gen-lint) +* [Protocol Buffers Dynamic Schema - create protobuf schemas programmatically (Java)] (https://github.com/os72/protobuf-dynamic) |