What type of request is this?
New tool idea
Clear and concise description of the feature you are proposing
A tool that could transform a JSON object to a list of RFC 6902 JSON Patch paths
Example:
{
"user": {
"name": "John",
"surname": "Doe"
}
}
would become
/user
/user/name
/user/surname
Is their example of this tool in the wild?
This is an example of what Claude Code made when asked if a tool like this already exists.
json-pointer-extractor.html
Additional context
No response
Validations
What type of request is this?
New tool idea
Clear and concise description of the feature you are proposing
A tool that could transform a JSON object to a list of RFC 6902 JSON Patch paths
Example:
{ "user": { "name": "John", "surname": "Doe" } }would become
/user
/user/name
/user/surname
Is their example of this tool in the wild?
This is an example of what Claude Code made when asked if a tool like this already exists.
json-pointer-extractor.html
Additional context
No response
Validations