DEV Community

Discussion on: How to Create a Simple PHP REST API

Collapse
 
sudhiryadav profile image
Sudhir Yadav

the echo, print and print_r all returns JSON appended by square bracket in the end. Any way to remove it? Ex:

{
"a":"aval",
"b":"bval"
}[]

Look at the last square bracket