You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: