update_json_object
Update a JSON object at a specific index in a file by applying the provided property changes to modify its content.
Instructions
Update a JSON object by index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Index of the object to update | |
| updates | Yes | Properties to update | |
| filename | Yes | Name of the JSON file (with .json extension) |