Issue tracker and feedback repo for JSONPath 101.
This repository exists so people can:
- report bugs
- suggest improvements
- ask for features
- share general feedback
Why did I make this? Well, I was in the middle of making a completely unrelated game and needed to craft a handful of weirdly complex JSONPath queries and wanted to test quickly as I tweaked them.
Why did I attempt support for various JSONPath flavours and other JSON query engines? Because why not, I guess.
The tool is inspired by regex101; I found that it made writing and testing regex wildly easy and thought similar for JSON querying would be great.
Not yet, unfortunately. I intend to open source it later on, once things are cleaned up a bit more.
For now, this repo mainly exists for issues, suggestions, and general discussion.