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

Ability to interpret nested data #30

Closed
alexcolbeck opened this issue Sep 30, 2015 · 4 comments
Closed

Ability to interpret nested data #30

alexcolbeck opened this issue Sep 30, 2015 · 4 comments

Comments

@alexcolbeck
Copy link

Will there be an enhancement which enables Sketch to read nested data? Currently it ignores anything that is nested. For example:

[

    {
      "id": 1,
      "summary": "Willie",
      "image": "/images/_78419012.jpg",
      "items":[  
               {  
                  "type":"stuff",
                  "title":"stuff",
                  "summary":"stuff",
                  "stuff":false
                  },
      "headline": "stuff",
      "company": "stuff",
      "job": "stuff",
      "email": "stuff"
  ]

Thanks!

@nitrada
Copy link
Member

nitrada commented Oct 1, 2015

nested data should be possible since v1.2.1, do you have the latest version of the plugin? https://github.com/preciousforever/sketch-data-populator/releases/tag/v1.2.1

@nitrada
Copy link
Member

nitrada commented Oct 15, 2015

have you figured this out, @alexcolbeck?

related: #24, #34

@alexcolbeck
Copy link
Author

Hi - managed to get it working thanks (didnt find the syntax anywhere 👍 )

Thanks again - amazing plugin

@nitrada
Copy link
Member

nitrada commented Oct 15, 2015

yeah, the syntax was only in the release note, not in the readme. will update.

@nitrada nitrada closed this as completed Oct 15, 2015
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