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

Processed Template and Tester Doesn't Work with Simple Arrays #1

Open
reparke opened this issue Oct 11, 2023 · 0 comments
Open

Processed Template and Tester Doesn't Work with Simple Arrays #1

reparke opened this issue Oct 11, 2023 · 0 comments

Comments

@reparke
Copy link

reparke commented Oct 11, 2023

I'm testing the sample JSON from the Particle docs
{"a":123,"b":"test","c":true,"d":[1,2,3],"e":{"f":444,"g":5.5}}
and then using the template
{{{d.0}}}

When I do that, the Processed Template and Tester remains blank.

If I change the template to
{{{d}}}
then the Processed Template and Tester correctly shows
1

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

1 participant