eclipse / eclipsefuro-web

Enterprise ready set of web components which work best with Eclipse Furo. Comes with minimal footprint. Based on web standards. Future proved. Compliant with any technology of choice.
https://web-components.furo.pro/
MIT License
12 stars 3 forks source link

feat: handle well known types which are defined in a any type field. #94

Closed veith closed 2 years ago

veith commented 2 years ago

Handle the types according google.protobuf.Any

 If the embedded message type is well-known and has a custom JSON
     representation, that representation will be embedded adding a field
     `value` which holds the custom JSON in addition to the `@type`
     field. Example (for message [google.protobuf.Duration][]):

         {
           "@type": "type.googleapis.com/google.protobuf.Duration",
           "value": "1.212s"
         }