v1.0.0 #3
NinjaRocks
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes:
Version v1.0.0
Release of JSONPredicate library. This library provides a powerful and intuitive way to evaluate string-based predicate expressions against JSON objects using JSONPath syntax in .NET applications.
Features
nested
object properties usingdot
notationeq
(equal),in
(contains),not
(not equal),gt
(greater than),gte
(greater than or equal),lt
(less than),lte
(less than or equal)and
,or
with proper precedence handlingAutomatic
type conversion and validationParentheses
grouping andnested
operationsMinimal
dependencies,fast
evaluationLicense
This project is licensed under the
MIT License
- see the license file for details.Support
This discussion was created from the release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions