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

Parsing support #20

Open
lucagez opened this issue Nov 30, 2020 · 1 comment
Open

Parsing support #20

lucagez opened this issue Nov 30, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@lucagez
Copy link
Owner

lucagez commented Nov 30, 2020

sjs could be able to support parsing functionality aswell. During the schema-creation phase, a template is created in memory. Providing a handful way of inserting values inside it during serialization.

It would be possible to leverage that same information in order to retrieve (parse) information faster as the template knows exactly where they were inserted in the first place.

Ofc, this would be guaranteed to work only when the parser and the serializer are sharing the same schema

@lucagez lucagez added the enhancement New feature or request label Nov 30, 2020
@paulocoghi
Copy link

This is possibly the best next step for SJS :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants