gnieh / fs2-data

streaming data parsing and transformation library

Home Page:https://fs2-data.gnieh.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Record JSON selection history for better feedback

satabin opened this issue · comments

Currently, when a JSON selector fails only the immediate context is given. Inspired by the circe HCursor class, which records history traversed from the document root, the selector pipe could add this information when selecting tokens, in orer for the user to understand better and more easily where the problem occurred.