Skip to content

Instantly share code, notes, and snippets.

@johndemic
Created October 5, 2012 17:19
Show Gist options
  • Save johndemic/3841116 to your computer and use it in GitHub Desktop.
Save johndemic/3841116 to your computer and use it in GitHub Desktop.
JSON Account Data
{
"Accounts":{
"engineering":{
"[email protected]":{
"Name":"Joe Developer",
"Password":"286755fad04869ca523320acce0dc6a4",
"passwordAge": 731400
},
"[email protected]":{
"Name":"Jane Developer",
"Password":"10b222970537b97919db36ec757370d2",
"passwordAge": 10082400
},
"[email protected]":{
"Name":"Jane Developer",
"Password":"10b222970537b97919db36ec757370d2",
"passwordAge": 1080000
}
},
"operations":{
"[email protected]":{
"Name":"Bill SysAdmin",
"Password":"f1f16683f3e0208131b46d37a79c8921",
"passwordAge": 4343100
},
"[email protected]":{
"Name":"Jill NetworkAdmin",
"Password":"32a3571fa12b39266a58d42234836839",
"passwordAge": 41923143
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment