json-eval-rs 0.0.92

High-performance JSON Logic evaluator with schema validation and dependency tracking. Built on blazing-fast Rust engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "nodejs-benchmark",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "scripts": {
    "start": "tsx index.ts",
    "benchmark": "tsx index.ts"
  },
  "dependencies": {
    "@json-eval-rs/node": "*",
    "@types/node": "^20.0.0",
    "json-with-bigint": "^3.5.8",
    "tsx": "^4.7.0",
    "typescript": "^5.0.0"
  }
}