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

YAML to JSON incorrect boolean conversion #576

Closed
JeromeDeLeon opened this issue Jul 8, 2022 · 1 comment · Fixed by #579
Closed

YAML to JSON incorrect boolean conversion #576

JeromeDeLeon opened this issue Jul 8, 2022 · 1 comment · Fixed by #579
Labels
bug Something isn't working

Comments

@JeromeDeLeon
Copy link

Description

I am expecting to convert boolean as boolean and not a string.

Steps To Reproduce

Use this sample:

isBoolean: false

Expected behavior

{
  "isBoolean": false
}

DevToys Version

Version 1.0.8.0 | X64 | RELEASE | db9b428 | db9b428

Relevant Assets/Logs

image

@JeromeDeLeon JeromeDeLeon added the bug Something isn't working label Jul 8, 2022
@veler veler linked a pull request Jul 9, 2022 that will close this issue
12 tasks
@veler
Copy link
Collaborator

veler commented Jul 9, 2022

Hello, thanks for your feedback. I made a PR here that address this issue: #579

@veler veler closed this as completed in #579 Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants