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

Output object values as text #13

Open
belanna opened this issue Mar 30, 2012 · 0 comments
Open

Output object values as text #13

belanna opened this issue Mar 30, 2012 · 0 comments
Labels

Comments

@belanna
Copy link

belanna commented Mar 30, 2012

I have a json object like this:
[{
"id":1,
"layout":
{"indexes":
{"positions":
[{"column":3,"row":2},
{"column:5,"row":4},
{"column":7,"row":1}]}}}]

And I want to output text like this where the columns are id, column, row:
1, 3, 2
1, 5, 4
1, 7, 1

I'm stuck - any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant