Replies: 2 comments
|
Did you ever find an answer for this? |
0 replies
|
Best way would be to convert the decimal to a string... e.g. this will convert all floats to strings: Note that jq does the same thing with 3.0: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How can I keep the decimal point for floats when converting YAML to JSON? The default behavior converts them to integers, which is not what I want.
Example in which the decimal point is removed:
All reactions