How to append one new value in JSON array using the below format
https://next.json-generator.com/api/json/get/NJC7eX-oU
In the above URL how to append the data letters array??
{
"Letters": [
{
"Test1": [
{
"Priority": 1,
"Description": "A"
},
{
"Priority": 2,
"Description": "B"
}
],
"Test2": [
{
"Priority": 1,
"Description": "A"
}
]
}
]
}