C4InterFlow icon indicating copy to clipboard operation
C4InterFlow copied to clipboard

Add support for recursive descent JSON Path syntax

Open SlavaVedernikov opened this issue 4 months ago • 0 comments

Context

At the moment, when using structure aliases, only the full path would work e.g. dotnet.eShop.Architecture.SoftwareSystems.BasketApi.Containers.Grpc.Components.BasketService

Requirement

Add support for .. recursive descent JSON Path syntax, so that the paths can be shortened e.g. It should be possible to use a shorter path ..BasketApi.Containers.Grpc.Components.BasketService.Interfaces.*

Instead of using full path dotnet.eShop.Architecture.SoftwareSystems.BasketApi.Containers.Grpc.Components.*.Interfaces.* It would be possible to use a shorter path ..Grpc.Components.*.Interfaces.*

SlavaVedernikov avatar Feb 17 '24 21:02 SlavaVedernikov