We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
master
When exporting data to JSON, the values are converted to strings, which interferes with proper handling of the data in the resulting file.
Export a table, check the values, they all will be strings (like "name": "1").
Original types in JSON file (like "name": 1).
"name": "1"
No response
I'll provide a PR for the fix shortly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
master
.Describe the bug
When exporting data to JSON, the values are converted to strings, which interferes with proper handling of the data in the resulting file.
Steps to reproduce the bug
Export a table, check the values, they all will be strings (like "name": "1").
Expected behavior
Original types in JSON file (like "name": 1).
Actual behavior
"name": "1"
Debugging material
No response
Environment
Additional context
I'll provide a PR for the fix shortly.
The text was updated successfully, but these errors were encountered: