Json Patch
byWAcry
0Applies RFC 6902 JSON Patch arrays to local JSON files.
Acerca de
Efficiently apply RFC 6902 JSON Patch arrays to JSON files directly on your local system. Operating as an MCP stdio server, this tool facilitates programmatic updates to JSON documents, writing changes back to the original file. It is ideal for developers seeking to automate modifications to configuration files, data structures, or any local JSON resource within their workflows, requiring Node.js for execution.
Características Principales
- Requires Node.js for operation
- 0 GitHub stars
- Applies RFC 6902 JSON Patch arrays
- Directly updates local JSON files
- Functions as an MCP stdio server
Casos de Uso
- Programmatically modifying local JSON configuration files
- Automating data transformations within JSON documents
- Integrating JSON patch operations into developer workflows