Hi,
I am trying to read YAML file with protobuf as schema. I can use some YAML library to read file into some object. How can I convert it to protobuf message then?
I dig down the codes on converting json to message but could not find any helpful public API.
Any suggestion? Thanks ahead!