Skip to content

Instantly share code, notes, and snippets.

@DV8FromTheWorld
Created April 1, 2017 21:03
Show Gist options
  • Select an option

  • Save DV8FromTheWorld/905ed3688c11376308e88dc5050ed5fa to your computer and use it in GitHub Desktop.

Select an option

Save DV8FromTheWorld/905ed3688c11376308e88dc5050ed5fa to your computer and use it in GitHub Desktop.
LINE json formats
[
{
"pack-identifier": "pack-id",
"sticker-id": "sticker-id",
"usage": 125
}
]
{
"max-frequent-items": 80,
"packs": [
{
"name": "pack name",
"identifier": "12345",
"count": 20,
"icon": "stickerFileName.png",
"enabled": true,
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment