Forum Discussion
sanity-check
3 years agoRoku Guru
I never found a way to do this with assocarrays, it's a bit frustrating coming from other languages.
If you pass nodes around instead of assocarrays, you can do foo.callFunc("stringify", {}).
Of course nodes are more painful to deal with, so it's not exactly ideal.
My strategy is to process incoming data as asocarrays within a single component then transform everything into node trees for use elsewhere in the app. No idea how other people approach it.