Created
April 1, 2017 21:03
-
-
Save DV8FromTheWorld/905ed3688c11376308e88dc5050ed5fa to your computer and use it in GitHub Desktop.
LINE json formats
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
| [ | |
| { | |
| "pack-identifier": "pack-id", | |
| "sticker-id": "sticker-id", | |
| "usage": 125 | |
| } | |
| ] |
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
| { | |
| "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