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

Serde support for Event #61

Closed
not-my-profile opened this issue Oct 19, 2024 · 2 comments
Closed

Serde support for Event #61

not-my-profile opened this issue Oct 19, 2024 · 2 comments

Comments

@not-my-profile
Copy link
Contributor

I'd like to access the events from Jotdown in JS (via WASM) as JSON. Would you accept a PR to implement optional serde support?

(basically adding #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] to Event and Container)

(precedent for serde support in a markup parser is given by pulldown-cmark having optional serde support)

@hellux
Copy link
Owner

hellux commented Oct 19, 2024 via email

@not-my-profile not-my-profile changed the title Serde support Serde support for Event Jan 5, 2025
@not-my-profile
Copy link
Contributor Author

Closing this, I have since realized that the Event type isn't fine-grained enough for my use case: #78.

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