JSONSelect
JSONSelect copied to clipboard
Returning the matched paths instead of the values
I modified jsonselect to have the ability to return matched paths instead of just the values as part of a project I'm working on. Is this something that could be integrated into the main project?
Hi I need the ability to return matched paths, something like root['customer']['name'] could you please let me know how you achieved this?