yeah with javascript/axios is returns as a object, so just iterate as a object. Since the key name includes a - you can’t do thing.that-thing but thing['that-thing'] instead
1 Like
yeah with javascript/axios is returns as a object, so just iterate as a object. Since the key name includes a - you can’t do thing.that-thing but thing['that-thing'] instead