I want to know how to add new data in json file array
i am new to json.
want to add data from php or html input.
[
{
"id":1,
"name":"abc",
"value":"abcd"
},
{
"id":2,
"name":"Kiss",
"value":"Kiss"
}
{
"id":3,
"name":"efgh",
"value":"efgh"
}
]
How can i add forth item of array in json file with php or html input
please help me with example ,
thanks