Best practices to send Json data over grpc in rust

Hi I am new to Rust and I am building grpc service using tonic and I don't know How to implement google.protobuf.struct in Tonic so is there any other way to send json data ?

There's an example in the tonic repo where they use JSON rather than protobuf. Hope that helps.