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

Update the pre_transform_* API to input and return JSON objects instead of strings #194

Merged
merged 3 commits into from
Dec 22, 2022

Conversation

jonmmease
Copy link
Collaborator

Small API update to reduce JSON serialization by having the pre_transform_* functions input and return objects rather than strings.

In Rust this means inputting and returning ChartSpec objects instead of strings

In Python this means inputting and returning dicts instead of strings.

… instead of strings

In Rust this means inputting and returning ChartSpec objects.

In Python this means inputting and returning dicts.
@jonmmease jonmmease merged commit b95036f into main Dec 22, 2022
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 this pull request may close these issues.

1 participant