Created
January 30, 2022 16:38
-
-
Save lighth7015/6c3a286f63c87a6fa34b7ff2453de2bc 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
[{ | |
"id": 99, | |
"account": { | |
"first": "First", | |
"middle": "", | |
"last": "Last", | |
"email": "[email protected]", | |
"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": "[email protected]", | |
"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