Skip to content

Instantly share code, notes, and snippets.

@johndowns
Created January 16, 2018 10:02
[
{
"productId": "P1",
"customerIds": [
"C1",
"C2"
]
},
{
"productId": "P2",
"customerIds": [
"C1"
]
},
{
"productId": "P10",
"customerIds": []
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment