Hello,
We are starting to get into object like variable manipulations as our process matured enough, and i would like to access nested variables in a json objects, as am reading the docs i stumbled upon this
I didn’t really understand the difference between [a+b] and [a.b] does it mean b is compiled and the value of the variable b is used in runtime to access a specific in object “a” when using the “+” sign ?