process_json
InactiveTool of com.gadgethumans.swarm/x402-middleware
Prettify, validate, or minify a JSON string. Use this for debugging, formatting API responses, cleaning up configuration files, or verifying that a string is valid JSON. Parameters: json_string — The JSON string to process (required). Pass the raw JSON text. mode — Operation: "prettify" (indent + sort keys), "validate" (check syntax only), or "minify" (compact, no whitespace) (default: "prettify").
Parameters schema
{
"type": "object",
"title": "process_jsonArguments",
"required": [
"json_string"
],
"properties": {
"mode": {
"type": "string",
"title": "Mode",
"default": "prettify"
},
"json_string": {
"type": "string",
"title": "Json String"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.gadgethumans.swarm/x402-middleware
https://github.com/scotia1973-bot/gadgethumans-x402
2/7 registries