mransan / ocaml-protoc

A Protobuf Compiler for OCaml
https://mransan.github.io/ocaml-protoc/
MIT License
179 stars 33 forks source link

Field type `bytes` is not supported in json #107

Closed shayne-fletcher closed 1 year ago

shayne-fletcher commented 7 years ago

Using bytes as a field type results in failure : unsupported field type.

c-cube commented 1 year ago

I think this will be solved with the new yojson runtime library.