Try JSONFIRST in 5 seconds — no install, no account.
npx jsonfirst-demoRuns an interactive CLI that converts any natural language input into structured JDON intent — live.
> Enter natural language input: Create an order for John, 2 units of product A
JDON Output:
{
"action": { "normalized": "create" },
"object": { "type": "order" },
"confidence": 0.94
}
Action: create
Object: order
Confidence: 0.94
→ Route on: ${{ $json.jdons[0].action.normalized }}
JSONFIRST helps build reliable AI agents by converting natural language into structured JSON intent.
Get your API key at jsonfirst.com
MIT © JSONFIRST