当前位置:网站首页>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
边栏推荐
- ADB common command list
- GBase 8s数据库有哪些备份恢复方式
- Four pin OLED display based on stm32
- 2022 spsspro certification cup mathematical modeling problem B phase II scheme and post game summary
- Txt plain text operation
- 6.3 references
- Arfoundation Getting Started tutorial 7-url dynamically loading image tracking Library
- Eggjs create application knowledge points
- 英语高频后缀
- C language macro define command exercise
猜你喜欢

QT version of Snake game project

2022 spsspro certification cup mathematical modeling problem B phase II scheme and post game summary

Back up Google or other browser plug-ins

信息系统项目管理师必背核心考点(五十三)质量等级

Requests library simple method usage notes

Temperature acquisition and control system based on WiFi

Ar virtual augmentation and reality

PostgreSQL手动创建HikariDataSource解决报错Cannot commit when autoCommit is enabled

Four pin OLED display based on stm32
![A little knowledge [synchronized]](/img/4d/4a8beee749328b5867b59740fd7e78.png)
A little knowledge [synchronized]
随机推荐
7.3-function-templates
数学建模——聚类
Chrony 时间同步
C language watch second kill assist repeatedly
Four pin OLED display based on stm32
正则表达式校验版本号
Osgsimplegl3 example analysis
LeetCode力扣题目总结(题目编号:53、3、141、面试题022、剑指offer链表中环的入口节点、20、19、牛客NC1、103、1143、牛客127)
Normal visualization
HC-SR04超声波测距模块使用方法和例程(STM32)
WQS binary learning notes
Deep learning (1): prediction of bank customer loss
Cluster usage specification
Proteus simulation based on msp430f2491 (realize water lamp)
Google browser cross domain configuration free
RPC和REST
Day15: the file contains the vulnerability range manual (self use file include range)
Basic crawler actual combat case: obtaining game product data
Importerror: no module named XX
2022 Teddy cup data mining challenge C project and post game summary