JSON-to-Figma icon indicating copy to clipboard operation
JSON-to-Figma copied to clipboard

Support for object and not only array of objects

Open barning opened this issue 1 year ago • 5 comments

Hey, would it be possible to also support this kind of json?

{
  "name": "John Doe",
  "age": 32,
  "is_admin": true,
  "skills": ["JavaScript", "HTML", "CSS"]
}

My workaround right now is to put the object into an array. Some APIs simply don't return an array of objects and this change would be really helpful.

barning avatar Dec 12 '22 13:12 barning