I have a JSON archive and I want to find and delete one object. How to find and delete an object in a JSON archive?
Example:
{ "themes":[ {"name":"pepito", "thumbnail":"http://nakome.16mb.com/samples/html/admin/", "description":"Simple"}, // Delete this in php --------- {"name":"juanito", "thumbnail":"http://nakome.16mb.com/samples/html/admin/", "description":"Simple" } // ---------------------------- ] }
source share