Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement start / stop events for Objects and Arrays #3

Open
hubertlepicki opened this issue Dec 10, 2020 · 0 comments
Open

Implement start / stop events for Objects and Arrays #3

hubertlepicki opened this issue Dec 10, 2020 · 0 comments

Comments

@hubertlepicki
Copy link
Member

hubertlepicki commented Dec 10, 2020

Similar to Strings, when Jes encounters start of object, i.e. {, it should emit action: start event. When it encounters end of object, i.e. }, it should emit action: stop.

This is so the client code can know when parsing of given item is completed, and object doesn't have any more attributes or array doesn't have any more entries.

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

No branches or pull requests

1 participant