Skip to content
New issue

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

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

Already on GitHub? # to your account

feat(rendering): Add JSON rendering mode #519

Merged
merged 1 commit into from
Dec 27, 2022

Conversation

afnanenayet
Copy link
Owner

@afnanenayet afnanenayet commented Dec 27, 2022

This implements a new JSON output mode for diffsitter. We have added
serialization support through the serde macros to the structs passed to
the render interface to make it easier to convert data to JSON.

This is a first pass and we will likely end up adding more information
to the JSON output.

Closes #397.

This implements a new JSON output mode for diffsitter. We have added
serialization support through the serde macros to the structs passed to
the render interface to make it easier to convert data to JSON.

This is a first pass and we will likely end up adding more information
to the JSON output.
@afnanenayet afnanenayet force-pushed the afnan/add-json-output-mode branch from a879bac to 57eeceb Compare December 27, 2022 23:15
@afnanenayet afnanenayet merged commit b3de31c into main Dec 27, 2022
@afnanenayet afnanenayet deleted the afnan/add-json-output-mode branch December 27, 2022 23:52
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSON output mode
1 participant