Skip to content

Instantly share code, notes, and snippets.

@dwaps
Last active January 4, 2024 12:14
Show Gist options
  • Save dwaps/1dea120ae32f79ee665d52af306a7995 to your computer and use it in GitHub Desktop.
Save dwaps/1dea120ae32f79ee665d52af306a7995 to your computer and use it in GitHub Desktop.
learn-english-app json for tests
{
"grammar": [],
"vocabulary": {
"categories": ["family","flowers","colors","numbers"],
"words": [
{
"mother": {
"id": "573d4c6d-13dd-4037-9528-808a850bc75e",
"category": 0,
"french": "mère",
"examples": [
{
"isFavorite": false,
"sentence": "The mother is in the kitchen",
"french": "La mère est dans la cuisine"
},
{
"isFavorite": false,
"sentence": "The mother is in the garage",
"french": "La mère est dans le garage"
},
{
"isFavorite": false,
"sentence": "The mother is in the room",
"french": "La mère est dans la chambre"
}
]
}
},
{
"mother": {
"id": 0,
"category": 0,
"french": "mère",
"examples": [
{
"isFavorite": false,
"sentence": "The mother is in the kitchen",
"french": "La mère est dans la cuisine"
},
{
"isFavorite": false,
"sentence": "The mother is in the garage",
"french": "La mère est dans le garage"
},
{
"isFavorite": false,
"sentence": "The mother is in the room",
"french": "La mère est dans la chambre"
}
]
}
},
{
"father": {
"id": 1,
"category": 0,
"french": "père",
"examples": [
{
"isFavorite": false,
"sentence": "The father is in the kitchen",
"french": "La père est dans la cuisine"
},
{
"isFavorite": false,
"sentence": "The father is in the garage",
"french": "La père est dans le garage"
},
{
"isFavorite": false,
"sentence": "The father is in the room",
"french": "La père est dans la chambre"
}
]
}
}
]
},
"verbs": [],
"settings": [],
"favorites": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment