I am attempting to create a JSON file with 3 properties, where each property consists of two fields - a key and two values. However, when trying to implement it as shown below, I encounter errors. Can someone please point out what I am missing?
{
"test1": {
"id": "0001",
"type": "USER"
},
"Test2": {
"id": "0002",
"type": "USER2"
}
}