You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since SnakeYAML provides information on anchors, references, and since it can natively resolve these in some modes, it might be worth looking to see if such input could be used instead of current event stream approach. If so, we might want to either convert existing parser to use that mode, or, if there is significant additional overhead, offer a feature to do so.
Note: one obvious concern is that of handling cycles. Not sure how those could actually be exposed, considering that streaming API should not produce infinite stream...
(note: follow up to #98)
Since
SnakeYAML
provides information on anchors, references, and since it can natively resolve these in some modes, it might be worth looking to see if such input could be used instead of current event stream approach. If so, we might want to either convert existing parser to use that mode, or, if there is significant additional overhead, offer a feature to do so.Note that this is sort of alternative to #120.
The text was updated successfully, but these errors were encountered: