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

(JSON) Cell arrays export number arrays as string arrays #51

Closed
Synthoid opened this issue Feb 5, 2018 · 2 comments
Closed

(JSON) Cell arrays export number arrays as string arrays #51

Synthoid opened this issue Feb 5, 2018 · 2 comments
Assignees
Labels

Comments

@Synthoid
Copy link
Owner

Synthoid commented Feb 5, 2018

Exporting cell arrays populated by numbers seems to export an array of strings. For example, a cell with content:

200, 1.5

Should export as:

[200, 1.5]

But is currently exporting as:

["200", "1.5"]

@Synthoid Synthoid added the bug label Feb 5, 2018
@Synthoid Synthoid self-assigned this Feb 5, 2018
@Synthoid
Copy link
Owner Author

This is actually exporting ALL arrays as string arrays. Bools and numbers are both affected.

@Synthoid
Copy link
Owner Author

This issue has been fixed and will be released with v44.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant