JSONSelect icon indicating copy to clipboard operation
JSONSelect copied to clipboard

Not like operator

Open brainsiq opened this issue 11 years ago • 1 comments

Is there already a way of doing a not like expression?

I can see it's really easy to add another binary operator for it, but it doesn't seem correct as if this was done in CSS it would use :not()

brainsiq avatar Jan 29 '14 12:01 brainsiq

I wish to implement nodejs application input validation through some JSON selector language and in case of JSONSelect I need something like ".languagesSpoken :not(.lang)" to select properties which not match my pattern and throw an "invalid properties" exception.

dead1 avatar Feb 26 '14 12:02 dead1