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: edge case for transplanting multiline json string #102

Merged
merged 2 commits into from
May 5, 2020

Conversation

alewitt2
Copy link
Member

@alewitt2 alewitt2 commented May 5, 2020

When trying to copy a multiline json string from a yaml to a string in another yaml, there are issues with the JSON being parsed during the initial get which is undesireable. if this edge case applies to you, you can use this new type jsonString to let us know it is a json string that you want to stay a json string at its destination. we will force the quotes back to the proper escape level.

When trying to copy a multiline json string from a yaml to a string in another yaml, there are issues with the JSON being parsed during the initial get which is undesireable. if this edge case applies to you, you can use this new type jsonString to let us know it is a json string that you want to stay a json string at its destination. we will force the quotes back to the proper escape level.
@alewitt2 alewitt2 requested a review from adamkingit May 5, 2020 21:02
adamkingit
adamkingit previously approved these changes May 5, 2020
@alewitt2 alewitt2 merged commit ecbf216 into master May 5, 2020
@alewitt2 alewitt2 deleted the multiline-json branch May 5, 2020 23:06
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.

2 participants