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

Create a separate module to support YAML (without Kaml, just SnakeKMP) #195

Open
Tracked by #190
OptimumCode opened this issue Sep 2, 2024 · 1 comment
Open
Tracked by #190
Labels
enhancement New feature or request

Comments

@OptimumCode
Copy link
Owner

OptimumCode commented Sep 2, 2024

Currently, it is hard to add support for YAML nodes from Kaml (#190) because the nodes does not have enough information for the validation.

As an alternative solution, a new module can be introduced with separate node hierarchy that can parse YAML (using SnakeKMP) and be used to validate YAML format against JSON schema

@OptimumCode OptimumCode added the enhancement New feature or request label Sep 7, 2024
@OptimumCode OptimumCode changed the title Create a separate module to support YAML (without Kaml, just SnakeKMP and own YamlNodes) Create a separate module to support YAML (without Kaml, just SnakeKMP) Sep 25, 2024
@OptimumCode
Copy link
Owner Author

As mentioned in the comment, the SnakeKMP provides an API that is similar to YamlNode and probably might be used instead for validation

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

1 participant