dev-proxy icon indicating copy to clipboard operation
dev-proxy copied to clipboard

In the CrudApiPlugin replace JSONPath with JMESPath

Open waldekmastykarz opened this issue 2 months ago • 2 comments

The .NET implementation of JSONPath is limited and only allows us to do basic filtering. In comparison, using JMESPath.net we can use the full power of JMESPath including implementing more complex scenarios such as paging ($top) or changing shape of the response ($select).

Let's switch to JMESPath and update the documentation accordingly.

waldekmastykarz avatar Apr 28 '24 14:04 waldekmastykarz