Analyzing quick guides I was able to understand how to set up the protocol buffers to send/receive objects already known by client and server.
My doubt is how to send or receive an entire JSON file, even when I dont know its properties and types. There's a way to do that?
On the proto3 documentation theres no such type as "JSON".