Skip to content

Instantly share code, notes, and snippets.

@lighth7015
Created January 30, 2022 16:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lighth7015/6c3a286f63c87a6fa34b7ff2453de2bc to your computer and use it in GitHub Desktop.
Save lighth7015/6c3a286f63c87a6fa34b7ff2453de2bc to your computer and use it in GitHub Desktop.
[{
"id": 99,
"account": {
"first": "First",
"middle": "",
"last": "Last",
"email": "email@addr.tld",
"email_verified_at": {
"$date": "2022-01-04T23:49:25"
},
"password": "saltlul",
"remember_token": null,
"created_at": {
"$date": "2022-01-04T23:49:25"
},
"updated_at": {
"$date": "2022-01-04T23:49:25"
}
},
"children": [{
"account": {
"first": "First",
"middle": "",
"last": "Last",
"email": "email2@addr.tld",
"email_verified_at": {
"$date": "2022-01-04T23:49:25"
},
"password": "salt2lul",
"remember_token": null,
"created_at": {
"$date": "2022-01-04T23:49:25"
},
"updated_at": {
"$date": "2022-01-04T23:49:25"
}
}
}]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment