hivivo / ngx-json-viewer

JSON formatter and viewer in HTML for Angular
MIT License
174 stars 72 forks source link

feat: Adds segment JSON path logging functionality #142

Open chris94dim opened 1 year ago

chris94dim commented 1 year ago

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.