当前位置:网站首页>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
边栏推荐
- Importerror: no module named XX
- HC-SR04超声波测距模块使用方法和例程(STM32)
- Back up Google or other browser plug-ins
- 110 MySQL interview questions and answers (continuously updated)
- 英语高频后缀
- centos7/8命令行安装Oracle11g
- To create a thread pool for the rate, start the core thread
- Analysis of zorder sampling partition process in Hudi - "deepnova developer community"
- 【Transformer】ATS: Adaptive Token Sampling For Efficient Vision Transformers
- Sword finger offer 27. image of binary tree
猜你喜欢

Solve the problem of MSVC2017 compiler with yellow exclamation mark in kits component of QT

Day4: the establishment of MySQL database and its simplicity and practicality

Sword finger offer 26. substructure of tree

The first week of postgraduate freshman training: deep learning and pytorch Foundation

Day15: the file contains the vulnerability range manual (self use file include range)

Sword finger offer 50. the first character that appears only once

Background management system platform of new energy charging pile

Is the sub database and sub table really suitable for your system? Talk about how to select sub databases, sub tables and newsql

Clickhouse learning (II) Clickhouse stand-alone installation

Lesson 3 threejs panoramic preview room case
随机推荐
Intel will gradually end the optane storage business and will not develop new products in the future
Week 1 task deep learning and pytorch Foundation
Importerror: no module named XX
Intel将逐步结束Optane存储业务 未来不再开发新产品
Sword finger offer 32 - ii Print binary tree II from top to bottom
01-01-osg GL3 environment setup
User identity identification and account system practice
Detailed steps of installing MySQL 5.7 for windows
7.1-default-arguments
为了速率创建线程池,启动核心线程
Clickhouse learning (II) Clickhouse stand-alone installation
Day15: the file contains the vulnerability range manual (self use file include range)
Proteus simulation based on msp430f2491
7.3-function-templates
Eggjs create application knowledge points
Count the list of third-party components of an open source project
Collation of ml.net related resources
GBase 8s数据库有哪些备份恢复方式
(视频+图文)机器学习入门系列-第3章 逻辑回归
2022 Teddy cup data mining challenge C project and post game summary