json-eval-rs 0.0.83

High-performance JSON Logic evaluator with schema validation and dependency tracking. Built on blazing-fast Rust engine.
Documentation
{
  "illustration": {
    "header": {
      "form_number": "123456789",
      "form_date": "2023-01-01"
    },
    "insured": {
      "name": "John Doe",
      "date_of_birth": "1990-01-01",
      "age": 33,
      "gender": "M",
      "is_smoker": false,
      "occupation": "OFFICE",
      "occupation_class": "1",
      "risk_category": "Low"
    },
    "policy_container": {
      "has_additional_coverage": true,
      "coverage_type": "STANDARD",
      "coverage_details": {
        "sum_assured": 1000000,
        "premium_amount": 50000
      }
    }
  }
}