我想在notepad++中格式化JSON字符串.请指导我怎么做.我研究了这个解决方案.它告诉我从This web site下载a工具.但我不知道该点击该网站中提到的4个链接中的哪一个.另外,我只是随机下载了一个zip文件,然后解压,它显示了一个dll文件.现在如何处理这个dll.我是一个完全的初学者,有人能给我指点迷津吗.我的电脑上运行着windows 10

EDIT 1个 有些人急于给出负面的分数.可能有些人甚至在这个问题上也想看到代码片段.哈!

EDIT 2

enter image description here

这就是我的notepad++ 看起来像after installing them.

enter image description here

EDIT 3 Ok I fixed the issue. The problem is if you select multiple plugins together (multiple checkboxes) and install them there seems to be some issue with notepad++, so the solution for me was to install the plugin individually.

推荐答案

You have to use the plugin manager of Notepad++ and search for the JSON plugin. There you can easily install it.

This answer explains it pretty good: How to reformat JSON in Notepad++?

Json相关问答推荐

从Razor Pages的AJAX Json呈现DataTables问题.Net GET

Powershell解析JSON文件中的键或值

如何使用SQLite Trigger将JSON对象数组转换为新记录?

如何在JQ中展平多维数组

使用 jolt 将对象数组转换为数组

try 使用 JQ 转换 JSON 中过于复杂的对象数组

如何通过 jolt 将一个对象中的键和值添加到数组中的每个对象中

jq搜索特定字符串并输出对应的父值

在 postgresql 中将行转换为 json 对象

在循环中将变量添加到 bash 数组

从 json 对象中过滤掉所有出现的给定属性

Jolt - 在同一级别添加时组合值的问题

序列化为json时如何忽略空列表?

避免 KeyError 的默认字典键

如何找出实际安装了哪个版本的 bower 包?

如何使用 jq 将 JSON 对象流转换为数组

Rails 中奇怪的 JSON Javascript 问题

在 JSON 编码的 HTML5 数据属性中转义/编码单引号

在 Rails 3 中处理 JS/ERB 模板中的 JSON

如何让 javascript 从 .json 文件中读取?