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

Preserve data type across speasy proxy #139

Closed
jeandet opened this issue Jun 7, 2024 · 0 comments · Fixed by #147
Closed

Preserve data type across speasy proxy #139

jeandet opened this issue Jun 7, 2024 · 0 comments · Fixed by #147
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jeandet
Copy link
Member

jeandet commented Jun 7, 2024

Currently Speasy dictionary/JSON export function does not provides data type, that leads Speasy to convert everything to float64 when importing the dictionary on client side. See code here.

One solution is to add a data_type attribute in the dict and JSON and honor it while loading data back from JSON/dict.

@jeandet jeandet self-assigned this Jun 7, 2024
@jeandet jeandet added the enhancement New feature or request label Jun 7, 2024
@jeandet jeandet added this to the 1.4.0 milestone Jun 7, 2024
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

Successfully merging a pull request may close this issue.

1 participant