当前位置:网站首页>Fiddle设置接口数据用指定工具查看;Sublime Text设置json数据格式化转换
Fiddle设置接口数据用指定工具查看;Sublime Text设置json数据格式化转换
2022-08-02 19:38:00 【觅远】
目录
Fiddle设置用指定工具查看数据
在Tools中修改Text Editor
Sublime Text设置json数据格式化转换
使用Pretty JSON插件
Ctrl+Shift+P打开搜索面板,然后输入PC,安装Package Control:Install Package
安装成功后再次快捷键Ctrl+Shift+P打开搜索面板,然后输入Pretty Json,选择JSON格式化安装
Pretty JSON:Format JSON-->格式化
Pretty JSON:Minify JSON-->压缩数据
Pretty JSON:Validate-->验证JSON的格式是否正确
Pretty JSON:Format and Sort JSON-->格式化JSON数据并排序
Pretty JSON:json2xml-->将JSON数据转成xml
安装成功后可以对插件进行快捷键设置
设置-->插件设置-->Pretty JSON-->setting
[
{
"keys": [
"ctrl+alt+j"
],
"command": "pretty_json"
},
{
"keys": [
"ctrl+alt+m"
],
"command": "un_pretty_json"
},
{
"keys": ["ctrl+alt+shift+j"],
"command": "jq_pretty_json"
},
{
"keys": ["ctrl+r"],
"command": "pretty_json_goto_symbol",
"context": [
{ "key": "selector", "operator": "equal", "operand": "source.json" }
]
}
]
边栏推荐
猜你喜欢
竞赛:糖尿病遗传风险检测挑战赛(科大讯飞)
栈、队列和数组
You want the metagenomics - microbiome knowledge in all the (2022.8)
4 kmiles join YiSheng group, with more strong ability of digital business, accelerate China's cross-border electricity full domain full growth
2022-07-26
基于OpenGL的冰川与火鸟(光照计算模型、视景体、粒子系统)
VMware虚拟机无法上网
Nature Microbiology综述:聚焦藻际--浮游植物和细菌互作的生态界面
腾讯云孟凡杰:我所经历的云原生降本增效最佳实践案例
Geoserver + mysql + openlayers problem
随机推荐
J9数字货币论:识别Web3新的稀缺性:开源开发者
软件测试分类
4 kmiles join YiSheng group, with more strong ability of digital business, accelerate China's cross-border electricity full domain full growth
golang刷leetcode 经典(11) 朋友圈
SQL 嵌套 N 层太长太难写怎么办?
Compose主题切换——让你的APP也能一键换肤
Electron使用指南之初体验
image could not be accessed on a registry to record its digest
【StoneDB性能相关工具】内存监控
元宇宙001 | 情绪无法自控?元宇宙助你一臂之力
Silver circ: letter with material life insurance products should be by the insurance company is responsible for the management
使用位运算实现加减乘除(+、-、*、/)及比较器的用法
SQL 入门之第一讲——MySQL 8.0.29安装教程(windows 64位)
J9数字论:互联网跨链桥有什么作用呢?
线程池原理与实践|从入门到放弃,深度解析
leetcode刷题记录:7.整数反转,8.字符串转整数,9.回文数
Cannot find declaration to go to
动态规划常见实例详解
ssh configuration
基于OpenGL的冰川与火鸟(光照计算模型、视景体、粒子系统)