delete_json_object
Delete a JSON object by index from a specified file. Provide the filename and index to remove the desired object.
Instructions
Delete a JSON object by index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Index of the object to delete | |
| filename | Yes | Name of the JSON file (with .json extension) |