What is the format of the following data?
{
applications: [
{
name: "my_app",
language: "python",
version: 20.17
}
]
}
Answer
JSON
{
applications: [
{
name: "my_app",
language: "python",
version: 20.17
}
]
}
JSON