Last active
December 22, 2016 03:04
-
-
Save nachopants/b6e82b55a2adf279e20a3c156897bcea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grid": [ | |
{ | |
"rows": [ | |
{ | |
"title": "Mr", | |
"gender": "Male", | |
"firstName": "123", | |
"middleName": "123", | |
"lastName": "123", | |
"emailAddress": "[email protected]", | |
"mobileNumber": "123", | |
"occupation": "123", | |
"tfn": "123", | |
"australianBorn": true, | |
"birthCity": "123", | |
"birthState": "NSW", | |
}, | |
{ | |
"title": "Mr", | |
"gender": "Male", | |
"firstName": "123", | |
"middleName": "123", | |
"lastName": "123", | |
"emailAddress": "[email protected]", | |
"mobileNumber": "123", | |
"occupation": "123", | |
"tfn": "123", | |
"australianBorn": true, | |
"birthCity": "123", | |
"birthState": "NSW", | |
} | |
{ | |
"title": "Mr", | |
"gender": "Male", | |
"firstName": "123", | |
"middleName": "123", | |
"lastName": "123", | |
"emailAddress": "[email protected]", | |
"mobileNumber": "123", | |
"occupation": "123", | |
"tfn": "123", | |
"australianBorn": true, | |
"birthCity": "123", | |
"birthState": "NSW", | |
} | |
] | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment