kancve

Results 4 issues of kancve

I refer to the xml extension to implement the json extension, generate a json file, and use [echarts ](https://echarts.apache.org/examples/en/editor.html?c=tree-polyline)to render the tree structure diagram, the effect is quite good. ![lanelayer](https://user-images.githubusercontent.com/29945891/194756067-f0700d60-0e87-401e-bec1-f270292ff768.png)...

Example: In the generated service class: ```python class Service(zserio.ServiceInterface): def _get_layer_by_tile_id_method(self, request_data: bytes, context: typing.Any) -> zserio.ServiceData: reader = zserio.BitStreamReader(request_data) request = ndslive.core.types.tile_id.TileId.from_reader(reader) return zserio.service.ObjectServiceData(self._get_layer_by_tile_id_impl(request, context)) ``` If the parameter(request_data)...

When I upgrade the version of zserio, there are differences in the generated code, and most of the differences are from the comments in the file header. I think if...

enhancement
python
java
c++

When I specify the contact information as an email address, the UI page cannot function properly. .setContactUrl("https://oatpp.io/") --> .setContactUrl("mailto:xxxx") It seems that it must start with 'http'.

wontfix