i need this json format with php code
is there any way to generate JSON like this
with PHP ?
[
{
"name":"Steve",
"company":"Apple"
},
{
"name":"Bill",
"company":"Microsoft"
}
]
can anyone help ?
Do you want to do this:
This will give you