mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-14 23:28:06 +00:00
3 lines
174 B
Markdown
3 lines
174 B
Markdown
|
# To Number
|
||
|
Parses the input as a number. yq will try to parse values as an int first, failing that it will try float. Values that already ints or floats will be left alone.
|