Quello che voglio fare è quanto segue:
- prendendo JSON come input dall'area di testo in php
- usa questo input e convertilo in JSON e passalo a php curl per inviare la richiesta.
sto ottenendo php da get of api questa stringa json voglio passare a json ma non viene convertita in array
echo $str='{
action : "create",
record: {
type: "n$product",
fields: {
n$name: "Bread",
n$price: 2.11
},
namespaces: { "my.demo": "n" }
}
}';
$json = json_decode($str, true);
il codice sopra non mi restituisce array.
then it is not giving
Non dare cosa? Prendi una stringa formattata JSON da textarea e la converti in JSON ???