v1.0.0
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
- JSONPath Support: Access
nestedobject properties usingdotnotation - Multiple Operators:
eq(equal),in(contains),not(not equal),gt(greater than),gte(greater than or equal),lt(less than),lte(less than or equal) - Logical Operators:
and,orwith proper precedence handling - Type Safety:
Automatictype conversion and validation - Complex Expressions:
Parenthesesgrouping andnestedoperations - Lightweight:
Minimaldependencies,fastevaluation
License
This project is licensed under the MIT License - see the license file for details.
Support
- 📖 Read the Documentation
- 🐛 If you are having problems, please let us know by raising a new issue here.
- 💬 Ask questions on Discussions