-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Iterate through sub items #1102
Comments
What error did you get? |
So it decided to work for some reason. However, I did get this warning upon compile:
|
The |
Can I close this issue? |
I'm sorry, I just saw this. Yes, it can be closed. |
I have a json file that looks like this:
I was able to import the file and access props such as
name
,shortName
, andmanufacturer
, but I'm having trouble looping through thechannel
array.This is what I've tried so far:
The text was updated successfully, but these errors were encountered: