Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ER] Emit Objects as JSON #24

Open
boxxxie opened this issue Jul 19, 2012 · 1 comment
Open

[ER] Emit Objects as JSON #24

boxxxie opened this issue Jul 19, 2012 · 1 comment
Assignees

Comments

@boxxxie
Copy link

boxxxie commented Jul 19, 2012

``
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

@ghost ghost assigned kristopolous Aug 20, 2012
@kristopolous
Copy link
Owner

Right, not supported. It would be wonderful though.

kaos added a commit to kaos/TickTick that referenced this issue May 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants