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

fix(interactive): Fix the incorrect casting from int into string when converting from YAML to JSON #3649

Merged
merged 2 commits into from Mar 22, 2024

Conversation

zhanglei1949
Copy link
Collaborator

@zhanglei1949 zhanglei1949 commented Mar 22, 2024

YAML::Emitter will convert a int value to string, which is not desired.

We Implement a converter which convert a yaml to json.

@zhanglei1949 zhanglei1949 changed the title refactor(interactive): Refactor yaml to json converter fix(interactive): Refactor yaml to json converter Mar 22, 2024
@zhanglei1949 zhanglei1949 changed the title fix(interactive): Refactor yaml to json converter fix(interactive): Fix the incorrect conversion of int into string when converting from YAML to JSON Mar 22, 2024
@zhanglei1949 zhanglei1949 changed the title fix(interactive): Fix the incorrect conversion of int into string when converting from YAML to JSON fix(interactive): Fix the incorrect casting from int into string when converting from YAML to JSON Mar 22, 2024
@liulx20 liulx20 merged commit 5938321 into alibaba:main Mar 22, 2024
41 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants