dfilatov/jspath

Sorting results

Closed this issue · 1 comments

Are there any plans to implement sorting of the results (i.e. sorting objects by a property value like age or date)? I'm currently using this library in a Node project, and I'm using node-timsort to sort the results of JSPath.

No, there're no such plans. JSPath is supposed to extract data, but not transform it.