Skip to content

Instantly share code, notes, and snippets.

@NuckChorris
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NuckChorris/dccddfe8a14053bbce2b to your computer and use it in GitHub Desktop.
Save NuckChorris/dccddfe8a14053bbce2b to your computer and use it in GitHub Desktop.
{
"pack": {
"hira-vowels": {
"name": "Vowels",
"cards": [
{ "id": "e", "front": "え", "back": "e" },
{ "id": "a", "front": "あ", "back": "a" },
{ "id": "i", "front": "い", "back": "i" },
{ "id": "o", "front": "お", "back": "o" },
{ "id": "u", "front": "う", "back": "u" }
]
},
"hira-k": {
"name": "K-",
"cards": [
{ "id": "ke", "front": "え", "back": "k_e_" },
{ "id": "ka", "front": "あ", "back": "k_a_" },
{ "id": "ki", "front": "い", "back": "k_i_" },
{ "id": "ko", "front": "お", "back": "k_o_" },
{ "id": "ku", "front": "う", "back": "k_u_" }
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment