python-json-patch
python-json-patch copied to clipboard
[WIP] bug: jsonpatch does not play nice with "/" in dict keys
- [x] Understand the issue with slashes in dictionary keys
- [x] Research JSON Pointer specification to confirm current behavior is correct
- [ ] Create a utility function to convert dictionaries with slashed keys to nested structures
- [ ] Add a test for the utility function
- [ ] Update documentation to clarify how slashed keys are handled
- [ ] Test the fix with the example from the issue
Fixes #94.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.