Created
April 22, 2021 21:35
-
-
Save davisp/a334fa06bb02d19aa104c4662b86b4b7 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
>> { | |
"select": "@", | |
"from": { | |
"file": "data/emojis.jsonl" | |
}} | |
{ | |
"results": [ | |
{ | |
"img": "https://github.githubassets.com/images/icons/emoji/unicode/1f44d.png?v8", | |
"name": "+1" | |
}, | |
{ | |
"img": "https://github.githubassets.com/images/icons/emoji/unicode/1f44e.png?v8", | |
"name": "-1" | |
}, | |
{ | |
"img": "https://github.githubassets.com/images/icons/emoji/unicode/1f4af.png?v8", | |
"name": "100" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment