Is google.protobuf.Any supported?

is google.protobuf.Any supported by default data convertor?

Yes, we use standard proto JSON conversion, which includes Any support (but as you may know, for Any to work it relies on a global registry of type URLs which means you may have to import the package that has the code generated for the type in your Any object to have init() register it).