Skip to content

JSONFIRST/jsonfirst-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonfirst-demo

npm version

Try JSONFIRST in 5 seconds — no install, no account.

npx jsonfirst-demo

What it does

Runs 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 }}

What is JSONFIRST

JSONFIRST helps build reliable AI agents by converting natural language into structured JSON intent.

Get your API key at jsonfirst.com


License

MIT © JSONFIRST

Releases

No releases published

Packages

 
 
 

Contributors