json-parser
A high-performance JSON parsing skill built in Rust and compiled to WASM. Supports JQ-like query syntax for extracting nested values, array filtering, and object transformation. Handles malformed JSON gracefully with detailed error messages. Benchmarked at 3ms average latency for documents up to 1MB.
$ naos marketplace install json-parser2.4M
3ms
4.9
1.2K reviews
99.97%
Patterns
Natural language patterns that route to this skill via the broker:
Resource Limits
Max Input
1MB
Max Execution
100ms
Memory Limit
256MB
Inputs & Outputs
Inputs
Outputs
Skill PlaygroundLIVE
Parse and pretty-print a JSON object
Click "Run" to execute the skill
Usage Examples
Add json-parser to your agent's skill dependencies in nexus.config.toml
[agent.skills]
json-parser = { version = "^1.2.0", priority = "high" }
[[agent.routes]]
pattern = "parse this JSON"
skill = "json-parser"
input = "{{ message.content }}"Version History
4 releasesDependencies & Related Skills
Commonly Used With
Depended On By
Reviews(3)
4.7
3 reviews
Alice Chen
@alice-ml
Blazing fast and reliable
We've been using this in production for 6 months. Handles 50K calls/day without a single failure. The JQ-like query syntax is a huge time saver for our data pipeline agents.
Marcus Webb
@mwebb
Best in class for the price
Switched from a custom solution and cut our latency by 60%. The WASM sandbox gives us confidence that untrusted payloads won't cause issues. Highly recommend.
Priya Sharma
@priya-dev
Great skill, minor docs gap
The core functionality is excellent — fast, accurate, and well-tested. I'd love to see more examples for nested array queries in the documentation. Otherwise perfect.
$0.0001/call
Developer earns $0.00007/call (70%)
Publisher
Verified Dev
@@verified-dev
AUID
axis:company:dev:01hx7k2m3n4p5q6r7s8t9u0v1w:a3f7Revenue Split
Changelog Feed
Subscribe to get notified when new versions of json-parser are released.
Current: v1.2.0 · Feed includes changelogs, breaking changes, and security advisories.