Skip to content

Support JsonPath syntax to extract objects from a JSON #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
stevehu opened this issue Jul 15, 2017 · 3 comments
Open

Support JsonPath syntax to extract objects from a JSON #89

stevehu opened this issue Jul 15, 2017 · 3 comments

Comments

@stevehu
Copy link

stevehu commented Jul 15, 2017

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

@karthikrK7
Copy link

why cant you go for jackson /Gson?

@stevehu
Copy link
Author

stevehu commented Jul 18, 2017

I am using Jackson with JsonPath but planning to switch to Jsoniter due to performance gap.

@karthikrK7
Copy link

ok. any sample code ? so that i can change it and send back to you

@Miha-x64 Miha-x64 mentioned this issue Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants