Skip to content

Instantly share code, notes, and snippets.

@yutaodou
Created March 5, 2019 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yutaodou/a1257a7b98c002769946de3ff06a91f0 to your computer and use it in GitHub Desktop.
Save yutaodou/a1257a7b98c002769946de3ff06a91f0 to your computer and use it in GitHub Desktop.
some-test-data.json
{
"userInfos": [{
"accountType": "User",
"userId": "S7145274C",
"userCountry": "SG",
"userFullName": "Peter Tan Sing Song",
"userName": "petertan",
"singpassHolder": true,
"entityId": "T15SS0108F",
"entityStatus": "Registered",
"entityType": "UEN",
"entityRegNo": null,
"entityCountry": null,
"entityName": null,
"thirdPartyAuthAccessState": {
"entityId": "",
"entityStatus": null,
"entityType": "",
"clients": [{
"entityId": "T15SS0109F",
"entityType": "UEN",
"auths": []
}, {
"entityId": "T15SS0110F",
"entityType": "UEN",
"auths": []
}]
}
},
{
"accountType": "User",
"userId": "S1234567C",
"userCountry": "SG",
"userFullName": "Nelson Tan",
"userName": "nelsontan",
"singpassHolder": true,
"entityId": "T15SS0109F",
"entityStatus": "Registered",
"entityType": "UEN",
"entityRegNo": null,
"entityCountry": null,
"entityName": null
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment