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
When we have a parsed SDATA structure in JSON, sometimes we need to work with the actual names of the keys.
This is currently very difficult, so we would need to add a helper function for that.
In this case I would like to get the nm_MobilityAnalyticsAppData@11912 string, without knowing its content beforehand. Something like this would be sufficient, although the final usage may be different:
keys(sdata_values)[0];
The text was updated successfully, but these errors were encountered:
When we have a parsed SDATA structure in JSON, sometimes we need to work with the actual names of the keys.
This is currently very difficult, so we would need to add a helper function for that.
In this case I would like to get the
nm_MobilityAnalyticsAppData@11912
string, without knowing its content beforehand. Something like this would be sufficient, although the final usage may be different:The text was updated successfully, but these errors were encountered: