mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 20:09: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"
|
|
}
|
|
]
|
|
}
|