API for raw JSONPATH queries #28824
Labels
area-json
area-query
closed-out-of-scope
This is not something that will be fixed/implemented and the issue is closed.
type-enhancement
#28616 tracks translating LINQ operators inside JSON documents to JSONPATH. But just like we have raw SQL query APIs, we should also have a raw JSONPATH API, which allows the user to directly provide a JSONPATH string query and get results out. This would act as an escape hatch API for when we don't support a LINQ translation.
Ideal LINQ construct (would be possible as part of #28616):
Escape hatch with raw JSONPATH:
We may need different functions, one for returning an enumerable and another for returning a single thing (e.g. JSON_VALUE vs. JSON_QUERY in SQL Server).
The text was updated successfully, but these errors were encountered: