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

iOS issues with true/false and 1/0 encoding in JSON #3284

Closed
2 of 8 tasks
ewpatton opened this issue Dec 10, 2024 · 1 comment · Fixed by #3285
Closed
2 of 8 tasks

iOS issues with true/false and 1/0 encoding in JSON #3284

ewpatton opened this issue Dec 10, 2024 · 1 comment · Fixed by #3285

Comments

@ewpatton
Copy link
Member

Describe the bug

From the forum: After parsing JSON with the Web component, the 1/0 integer values are misinterpreted as Bools.

Affects

  • Designer
  • Blocks editor
  • Projects Explorer
  • Companion
  • Compiled apps
  • Buildserver
  • Debugging
  • Other... (please describe)

Expected behavior

Parsing "[0,1,2,3]" should provide the list [0,1,2,3].

Steps to reproduce

See below for an example using "Do It":

@Nishantware
Copy link

if issue is solved then close the issue

@ewpatton ewpatton closed this as completed Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants