I have an array, I just want to remove all empty objects from the array. Here is my array.
{
"tags": [
{
"tags": [
"php tutorial",
"php tutorial in hindi"
]
},
{
"tags": [
"php",
"php tutorial",
"php tutorial for beginners",
]
},
{},
{},
{
"tags": [
"HTML",
"CSS",
"JavaScript",
]
},
{},
{}
]
}