Emoticons JSON Dataset
This JSON file offers a collection of popular emoticons used across various digital platforms. Each emoticon entry contains the following attributes:
- Label: The descriptive name of the emoticon.
- Slug: A hyphen-separated version of the label for URL purposes.
- Emoticon: The actual representation of the emoticon.
Whether you're an enthusiast of digital expression or looking to implement emoticons in your applications, we hope this dataset is useful.
Sample Data:
[
{
"label": "Table Flip",
"slug": "table-flip",
"emoticon": "(╯°□°)╯︵ ┻━┻"
},
{
"label": "Shrug",
"slug": "shrug",
"emoticon": "¯\\_(ツ)_/¯"
},
{
"label": "Smile",
"slug": "smile",
"emoticon": ":-)"
}
]