I need to apply XPath to JSON objects. I can use this library to convert JSON to XML and then use XPath. But I was wondering if there's a way to use ObjectXPathNavigator on a JSON object of some kind - and would that be faster?
I am taking this approach because there is no standard for JSON queries (see this and this). XPath appears to map across well and is a very well know standard.
thanks - dave