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

available as a library? #1

Closed
kellpossible opened this issue May 10, 2020 · 1 comment · Fixed by #2
Closed

available as a library? #1

kellpossible opened this issue May 10, 2020 · 1 comment · Fixed by #2

Comments

@kellpossible
Copy link

It would be cool if some of this functionality could be available as a library, and work with serde-json

@ksceriath
Copy link
Owner

This should be doable.
The data structures that process.rs generates (Mismatch and KeyNode) are defined on top of serde_json::Value type already.

The corresponding code can be moved into a library crate.

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

Successfully merging a pull request may close this issue.

2 participants