Open boxxxie opened 12 years ago
`` curl_msg = { "source": "https://$user_pass@$domain/$db", "target": "$db", "create_target":true } `` echo $curl_msg echo ``curl_msg.source`` echo ${curl_msg} echo ``curl_msg``
i can echo parts of the object, but not the whole object (which is what i desire).
i see only one output, which is curl_msg.source
curl_msg.source
Right, not supported. It would be wonderful though.
i can echo parts of the object, but not the whole object (which is what i desire).
i see only one output, which is
curl_msg.source