ELF>4@@0W@8 @@@@@@88@8@@@$J$J MM`M` MM`M`TT@T@DDPtdGG@G@\\QtdRtdMM`M`00/lib64/ld-linux-x86-64.so.2GNU GNU%ntf$,.}䏗:(H 1P HKO(BE|WqX97UIF&]&aMk{ ?kf&vy>P4FP f =Vt`R`\R`R`4@\R`@ @hR`$;@libjq.so.1__gmon_start__jq_util_input_set_parserjv_arrayjq_teardownjq_testsuitejq_set_debug_cbjv_array_appendjq_util_input_freejv_dump_stringjv_freejq_compile_argsjq_get_error_messagejq_realpathjv_copyjv_invalid_has_msgjq_set_input_cbjq_util_input_next_inputjv_parsejq_nextjv_object_setjq_util_input_next_input_cbjq_get_exit_codejv_objectjq_set_colorsjv_dumpjq_dump_disassemblyjv_nulljq_util_input_get_positionjv_dumpfjq_util_input_errorsjv_invalid_get_msgjv_array_lengthjv_number_valuejv_load_filejv_string_valuejq_util_input_add_inputjq_initjv_stringjv_array_getjv_parser_newjv_string_length_bytesjv_object_hasjq_startjv_get_kindjq_set_attrjq_util_input_initjq_haltedlibm.so.6libonig.so.5_finilibc.so.6fflush__printf_chkexitstrncmp__strdupperror__stack_chk_failputcharstrtolisattydirname__errno_location__fprintf_chkstdoutfputcfputsfclose__ctype_b_locgetenvstderrfwritestrchrstrcmpstrerror__libc_start_mainferror_edata__bss_start_end/builddir/build/BUILD/jq-1.6/.libs:/usr/lib64GLIBC_2.3GLIBC_2.3.4GLIBC_2.4GLIBC_2.2.5ii 'ti 1ii =ui GO``R`HhR`NP` P`(P`0P`8P`@P`HP`PP`XP` `P` hP` pP` xP` P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`Q`KQ`Q`Q` Q`!(Q`"0Q`#8Q`$@Q`%HQ`&PQ`'XQ`(`Q`)hQ`*pQ`+xQ`,Q`-Q`.Q`/Q`0Q`1Q`2Q`3Q`4Q`5Q`6Q`7Q`8Q`9Q`:Q`;Q`<R`=R`>R`?R`@ R`A(R`B0R`C8R`D@R`EHR`FPR`GHH=9 Ht H529 %49 @%29 h%*9 h%"9 h%9 h%9 h% 9 h%9 h%8 hp%8 h`%8 h P%8 h @%8 h 0%8 h %8 h %8 h%8 h%8 h%8 h%8 h%8 h%8 h%8 h%8 h%z8 hp%r8 h`%j8 hP%b8 h@%Z8 h0%R8 h %J8 h%B8 h%:8 h%28 h %*8 h!%"8 h"%8 h#%8 h$% 8 h%%8 h&%7 h'p%7 h(`%7 h)P%7 h*@%7 h+0%7 h, %7 h-%7 h.%7 h/%7 h0%7 h1%7 h2%7 h3%7 h4%7 h5%7 h6%z7 h7p%r7 h8`%j7 h9P%b7 h:@%Z7 h;0%R7 h< %J7 h=%B7 h>%:7 h?%27 h@%*7 hA%"7 hB%7 hC%7 hD% 7 hE%7 hF%6 hGpPH 7 @;@H=6 1@H56 x;@AUXE@A;@ATUSHH-6 HE-6 L6 1L$MHEAtH 6 >@H1 H>@ Ay ۿtffDAWAVAAUATUSHHdH%(H$1HDŽ$HD$HT$pEHD$@HT$Pt HH5 HH$$E@H=5 H=5 u~Ht$pH|$SHt$PH|$@DH$GH$ ~W5 % tH$dH3 %(H[]A\A]A^A_8H=4 H0E@18Ht$pH|$Ht$PH|$@H$H$@lEf11DŽ$/HDŽ$H$FAH$H$AFADŽ$E1D$`D$ $AFHD$0D$|DŽ$$`@L$ IcŅ|T$`UHLLIILl$HL$ HL1HHIILLHD$LD$H=X HXC@1LLLLALLAHT$4LLHT$D,f+H5 HOLLHH1HHIIH= HxE@1HLLLHD$LD$H=_ HeE@1@f.H?-tH?-tC1H@-t@HL$t@wH1HtHL$HHD-uHH&HfAWAAVIAUIATL% UH- SL)1HHHtLLDAHH9uH[]A\A]A^A_Ðf.HHUse %s --help for help with command-line options, or see the jq manpage, or online docs at https://stedolan.github.io/jq jq - commandline JSON processor [version %s] Usage: %s [options] [file...] %s [options] --args [strings...] %s [options] --jsonargs [JSON_TEXTS...] jq is a tool for processing JSON inputs, applying the given filter to its JSON text inputs and producing the filter's results as JSON on standard output. The simplest filter is ., which copies jq's input to its output unmodified (except for formatting, but note that IEEE754 is used for number representation internally, with all that that implies). For more advanced filters see the jq(1) manpage ("man jq") and/or https://stedolan.github.io/jq Example: $ echo '{"foo": 0}' | jq . { "foo": 0 } For a listing of options, use %s --help. Some of the options include: -c compact instead of pretty-printed output; -n use `null` as the single input value; -e set the exit status code based on the output; -s read (slurp) all inputs into an array; apply filter to it; -r output raw strings, not JSON texts; -R read raw strings, not JSON texts; -C colorize JSON; -M monochrome (don't colorize JSON); -S sort keys of objects on output; --tab use tabs for indentation; --arg a v set variable $a to value ; --argjson a v set variable $a to JSON value ; --slurpfile a f set variable $a to an array of JSON texts read from ; --rawfile a f set variable $a to a string consisting of the contents of ; --args remaining arguments are string arguments, not files; --jsonargs remaining arguments are JSON arguments, not files; -- terminates argument processing; Named arguments are also available as $ARGS.named[], while positional arguments are available as $ARGS.positional[]. See the manpage for more options. jq: error (at %s) (not a string): %s -L takes a parameter: (e.g. -L /search/path or -L/search/path) %s: --indent takes one parameter %s: --indent takes a number between -1 and 7 %s: --arg takes two parameters (e.g. --arg varname value) %s: --argjson takes two parameters (e.g. --argjson varname text) %s: invalid JSON text passed to --argjson %s: --%s takes two parameters (e.g. --%s varname filename) %s: Bad JSON in --%s %s %s: %s Error: writing output failed: %s 1.6DEBUG:jq: error (at %s): %s argfilerawfileslurpfile.mallocslurpraw-outputcompact-outputcolor-outputmonochrome-outputascii-outputunbufferedsort-keysraw-inputnull-inputfrom-filejoin-outputtabindentseqstreamstream-errorsexit-statusjsonargsargargjsondebug-dump-disasmdebug-trace=alldebug-tracehelpversionjq-%s run-tests%s: Unknown option %s JQ_COLORSFailed to set $JQ_COLORS $ORIGIN/lib$ORIGIN/../lib/jq~/.jqJQ_LIBRARY_PATHError: out of memory JQ_ORIGINVERSION_DIR%s: %s PROGRAM_ORIGINnamedpositionalARGS#!-ignoring parse error: %s ;X ,t \T |dzRx a*zRx $FJ w?;*3$"D;A$\ BTA A(F@DBEB B(D0A8D@^8F0A(B BBBL"BEE H(A0A8DP 8D0A(B BBBE $wD W E r F [LDQBBE B(A0A8J  8A0A(B BBBA DeBEE E(H0H8M@l8A0A(B BBB@5@ 5@ @ $;@M`M`o@` @@ S P`@@H oX@oo@M`@@@@&@6@F@V@f@v@@@@@@@@@@@&@6@F@V@f@v@@@@@@@@@@@&@6@F@V@f@v@@@@@@@@@@@&@6@F@V@f@v@@@@@@@@@@@&@6@F@V@jq.debug7zXZִF!t/7r]?Eh=ڊ̓N< p%ClCg[X'yJXðȰͤ9޺yʵnqw/dqDmL[(v="vcI~O]\}BxISָT&M O2˲b~-! 4˝٩J*ʀ"ܫ^Jzbw.}iY[ .IQg}w4sDs+INl%)]=71᪣ӈBdVa[{<L>slssH͔ˑךT{Gg|KJ@ v۝*,zE'c+_RNjH 4V]u󭁑3eJ ]s5n<Ńk۞E?x{a62ƴw2>72QY_ èd\ìg erTS %\R7% @F` @` SNo@[oX@XPj@HtB@~@y@`@`$;@$; 0;@0;s G@G\H@H$M`MM`MM`MM`MO`OP`PXXR`XR`R`\R(\RlR V