mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 21:49:26 +01:00
20 lines
291 B
JSON
20 lines
291 B
JSON
{
|
|
"body": [
|
|
{
|
|
"name": "French",
|
|
"level": "Native",
|
|
"proficiency": "C2"
|
|
},
|
|
{
|
|
"name": "English",
|
|
"level": "Fluent",
|
|
"proficiency": "C1"
|
|
},
|
|
{
|
|
"name": "Spanish",
|
|
"level": "Intermediate",
|
|
"proficiency": "B1"
|
|
}
|
|
]
|
|
}
|