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 working with a webservice that has the following pair {Company Name: ACME} in the JSON response and Handlebars is unable to read "Company Name" value . Tried wrapping the key in quotes but it still doesnt work - is there another way to do this or is this a parsing issue?
The text was updated successfully, but these errors were encountered:
I needed access to a nested object property with a space {{ foo.bar.x }} for "x" (I tried {{ foo.bar['x y'] }} originally) but thanks to this I'm using {{ foo.bar.[x y] }}. Glad I found this ticket - didn't see anything in the documentation (you might want to add something about it)
I'm working with a webservice that has the following pair {Company Name: ACME} in the JSON response and Handlebars is unable to read "Company Name" value . Tried wrapping the key in quotes but it still doesnt work - is there another way to do this or is this a parsing issue?
The text was updated successfully, but these errors were encountered: