BROTALIST - Home Page and last texts - Publish a new text - About - Terms

Probleme with curl in windows with json data POST

I had a problem with a Curl.exe command in windows

In Windows, we must add space between the variables and keys and the ":" char.

To be clear : 

{"key":"value"} is not always working

but:


{"key" : "value"} is  working


I don't know why it has happen to me, but you may thinik it is usefull.