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

Cannot parse nested objects under certain conditions #446

Closed
kethinov opened this issue Dec 4, 2020 · 1 comment · Fixed by #452
Closed

Cannot parse nested objects under certain conditions #446

kethinov opened this issue Dec 4, 2020 · 1 comment · Fixed by #452
Labels

Comments

@kethinov
Copy link
Member

kethinov commented Dec 4, 2020

nestedObj = {
  'Thing With Name': {
    'Subthing With Name': [
      [Object], [Object], [Object]
    ]
  }
}
<loop through='nestedObj' key='key' val='thing'>
  <p>{key}</p>
  <loop through='thing' key='subkey' val='things'>
    <p>{key}: {subKey}</p>
  </loop>
</loop>
@kethinov kethinov added the bug label Dec 4, 2020
@kethinov
Copy link
Member Author

kethinov commented Dec 4, 2020

Test for this issue. #447

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

Successfully merging a pull request may close this issue.

1 participant