Skip to content

[NEW TOOL] JSON to RFC 6902 JSON Patch paths #1776

@marc22polo

Description

@marc22polo

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

  • Check the feature is not already implemented in the project.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions