当前位置:网站首页>Curl -v | JQ
Curl -v | JQ
2022-07-29 08:37:00 【mg1507】
1、curl Is a command line tool , Can be done HTTP All kinds of requests , It can also be used with other instructions .
2、jq Is a very lightweight and flexible command line based json processor
- You can output based on the command line , Format display
- Can be based on jquery Filter and display the results with the syntax of
3、 Example :
echo '{"a":1,"b":2}' | jq .
The result is :
{
"a": 1,
"b": 2
}
echo '{"a":1,"b":2}' | jq
The result is :
{
"a": 1,
"b": 2
}
echo '{"a":1,"b":2}' | jq .a
The result is :
1
The effect is the same whether you add some or not , You can access the field values and other functions by clicking
边栏推荐
- Sudoku (DFS)
- Search and recall classic questions (eight queens)
- Several ways of debugging support under oneos
- Basic shell operations (Part 2)
- Google browser cross domain configuration free
- What constitutes the smart charging pile system?
- Sword finger offer 26. substructure of tree
- DAC0832 waveform generator based on 51 single chip microcomputer
- DC motor control system based on DAC0832
- C language calculates the length of string
猜你喜欢
Pnpm install appears: err_ PNPM_ PEER_ DEP_ ISSUES Unmet peer dependencies
pnpm install出现:ERR_PNPM_PEER_DEP_ISSUES Unmet peer dependencies
Tensorboard use
Hc-sr04 use method and routine of ultrasonic ranging module (STM32)
SAP ooalv-sd module actual development case (add, delete, modify and check)
Day6: using PHP to write landing pages
Detailed steps of installing MySQL 5.7 for windows
Day15 (day16 extension): file contains vulnerability
数学建模——聚类
6.3 references
随机推荐
正则表达式校验版本号
Clickhouse learning (III) table engine
Pnpm install appears: err_ PNPM_ PEER_ DEP_ ISSUES Unmet peer dependencies
Arfoundation starts from scratch 5-ar image tracking
C language calculates the length of string
01背包关于从二维优化到一维
Node: file write data (readfile, WriteFile), two modes: overwrite and increment
7.3-function-templates
WQS binary learning notes
Day4: the establishment of MySQL database and its simplicity and practicality
HC-SR04超声波测距模块使用方法和例程(STM32)
PostgreSQL手动创建HikariDataSource解决报错Cannot commit when autoCommit is enabled
Qpalette learning notes
01-01-osg GL3 environment setup
RPC和REST
QT version of Snake game project
Back up Google or other browser plug-ins
Transaction management in SQL Server
Multifunctional signal generator based on AD9850
2022 Teddy cup data mining challenge C project and post game summary