CSJsonDB icon indicating copy to clipboard operation
CSJsonDB copied to clipboard

Support operations other than equals

Open davidfowl opened this issue 4 years ago • 1 comments

You might want to consider supporting any binary expression or maybe a linq method for select/where etc.

davidfowl avatar Jun 12 '21 04:06 davidfowl

Fixed for "Where" method, changed return type to List to support LINQ operations.

Khelechy avatar Jun 21 '21 10:06 Khelechy