mirror of
https://github.com/ArthurDanjou/artapi.git
synced 2026-01-15 00:29:27 +01:00
20 lines
296 B
JSON
20 lines
296 B
JSON
{
|
|
"languages": [
|
|
{
|
|
"name": "French",
|
|
"level": "Native",
|
|
"proficiency": "C2"
|
|
},
|
|
{
|
|
"name": "English",
|
|
"level": "Fluent",
|
|
"proficiency": "C1"
|
|
},
|
|
{
|
|
"name": "Spanish",
|
|
"level": "Intermediate",
|
|
"proficiency": "A2"
|
|
}
|
|
]
|
|
}
|