Convert cURL to JSON

Convert cURL command structure to a JSON object. Useful for configuration and logging.

JSON
1// Converted code will appear here

This tool parses the cURL command and outputs a JSON object representing the request parameters (url, method, headers, data).

Frequently Asked Questions