CURL to Json Online
This tool helps you to generate Json code based on CURL Command. Copy and Paste CURL Command and Generate Json.
What can you do with CURL to Json Converter Online?
- CURL to Json is very unique tool to convert cURL command to Json request of Json. The input provide by the user's cURL command to generate Json Code.
- This tool saves your time and helps to generate Json code with ease.
- CURL to Json works well on Windows, MAC, Linux, Chrome, Firefox, Edge and Safari.
what is CURL?
cURL is an open-source command line tool that downloads files from the web. It supports a variety of protocols, including Json, JsonS, FTP, SFTP, TFTP, Gopher and others.
How do convert CURL to Json code?
Step1: Paste and convert your CURL requests to Json code
Step2: Copy Json code
Convert CURL to Json example
CURL
curl example.com
Json
{
"url": "http://example.com",
"raw_url": "http://example.com",
"method": "get"
}