forked from wraithan/node-insights
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Since I have been asked about this more times than anything else:
[from the README]
Array data flattens out too:
insights.add({
'randomWords': [ "card", "bean", "chair", "box" ]
});
but it is less pretty:
{
'appId': 42,
'eventType': 'data',
'randomWords.0': 'card',
'randomWords.1': 'bean',
'randomWords.2': 'chair',
'randomWords.3': 'box'
}
Maybe array data should NOT be flattened with indexes? Alternative representations?
Metadata
Metadata
Assignees
Labels
No labels