mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Add note about IEEE754 to help msg
This commit is contained in:
@ -54,7 +54,8 @@ static void usage(int code) {
|
||||
"its JSON text inputs and producing the filter's results as JSON on\n"
|
||||
"standard output.\n\n"
|
||||
"The simplest filter is ., which copies jq's input to its output\n"
|
||||
"unmodified (except for formatting).\n\n"
|
||||
"unmodified (except for formatting, but note that IEEE754 is used\n"
|
||||
"for number representation internally, with all that that implies).\n\n"
|
||||
"For more advanced filters see the jq(1) manpage (\"man jq\")\n"
|
||||
"and/or https://stedolan.github.io/jq\n\n"
|
||||
"Example:\n\n\t$ echo '{\"foo\": 0}' | jq .\n"
|
||||
|
Reference in New Issue
Block a user