Created
August 12, 2021 17:37
-
-
Save sergiomaia/0a9c8141d77035548658e84181ac5820 to your computer and use it in GitHub Desktop.
example.rb
This file contains 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
{ | |
"public": [ | |
{ | |
"thumb": "/uploads/user/avatar/thumb_6fd0915dcee8eb1a04bb215f68ecfa5a.png", | |
"name": "Lucky Luciano", | |
"email": "lif****@xample.com" | |
} | |
], | |
"privates": [ | |
{ | |
"thumb": "/uploads/user/avatar/thumb_6fd0915dcee8eb1a04bb215f68ecfa5a.png", | |
"name": "Lucky Luciano", | |
"email": "ser****@xample.com" | |
}, | |
{ | |
"thumb": "/uploads/user/avatar/thumb_6fd0915dcee8eb1a04bb215f68ecfa5a.png", | |
"name": "Lucky Luciano", | |
"email": "ser****@xample.com" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment