We present an improvement in the way assets data are accessed in version 1.3.0
.
Problems
Until this version, the only way to access an asset data was the field accessor operator of the form A[k].f
, where A
is the asset collection, k
the asset key and f
the asset field.