Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

chris94dim
Copy link

Adds segment JSON path logging functionality.

Each segment passes its JSON path (starting from root path ' ' ) recursively, from parent to child.

This results in the ability of getting the JSON path (of all the previous parents until the current child) and the key of the current segment.

Adds segment JSON path logging functionality.

Each segment passes its JSON path (starting from root path ' ' ) recursively, from parent to child.

This results in the ability of getting the JSON path (of all the previous parents until the current child) and the key of the current segment.
Adds JsonPath  interface.
Adds event emitter of JsonPath from child to root parent.

When the user clicks on a segment, an event is emitted.
This event contains information regarding the parent JsonPath and segment data of the segment clicked.

This event is emitted bottom to top, from each recursive child to its parent, finally reaching the root component.

The user can handle this emitted event, and use it according to their needs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.