A Python-based tool to analyze and validate specific parameter values in JSON files against pre-defined rules and conditions. This tool is ideal for scenarios such as medical diagnostics or data validation workflows, where structured rule sets need to be checked against JSON data.
- Recursive Search: Extract specific target values from deeply nested JSON structures.
- Rule Validation: Compare extracted values against a comprehensive set of predefined rules.
- Flexible Configuration: Easily define and update rules using a structured Python dictionary.
- Detailed Reports: Generate insights on which parameters meet or fail specific conditions.