You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using JsonPath to extract objects for masking and code generating. When I switch to jsoniter, I cannot use JsonPath anymore. Is it possible to support the syntax of JsonPath? One of the use case would be to extract schema from swagger specification into a list.
I am using JsonPath to extract objects for masking and code generating. When I switch to jsoniter, I cannot use JsonPath anymore. Is it possible to support the syntax of JsonPath? One of the use case would be to extract schema from swagger specification into a list.
Here is an example of swagger specification.
https://github.com/OAI/OpenAPI-Specification/blob/master/examples/v2.0/json/petstore.json
The text was updated successfully, but these errors were encountered: