JSON Lite 的评价
JSON Lite 作者: Lauri Rooden
105 条评价
- 评分 5 / 5来自 Firefox 用户 13829467, 7 年前
- 评分 2 / 5来自 Firefox 用户 13714607, 7 年前Nicely formats the JSON but doesn't capture additional JSON MIME types and does not have a way to define them, which means I cannot use it.
- 评分 5 / 5来自 Firefox 用户 13702144, 7 年前
- 评分 5 / 5来自 Damrongrit Klangthanu, 7 年前
- 评分 4 / 5来自 Firefox 用户 13655659, 7 年前In order to use the plugin, it requires to modify the value of **devtools.jsonview.enabled** to **false** in the page **about:config** .
firefox version: 57.0.3
JSON lite version: 17.12.2 开发者回应
发布于 7 年前Please set webextensions.storage.sync.enabled to true in about:config as there is a bug in Firefox 52 https://bugzilla.mozilla.org/show_bug.cgi?id=1331179- 评分 5 / 5来自 Firefox 用户 13635735, 7 年前
- 评分 4 / 5来自 Firefox 用户 13305096, 7 年前I was looking for replacement for JSONview that stopped working in FF 57.
This one looked fine to me, though, it sometimes feels overloaded with all those guidelines and size info.
The other problem I've found, it doesn't work with "data:" protocol, so I can't use the extension to prettify big one-line JSON. So, typing something like:
data:application/json,{"test":"test"}
in the address bar just gives me the one-line text. Hope, this could be fixed. - 评分 3 / 5来自 Firefox 用户 13437449, 7 年前
- 评分 3 / 5来自 Emil Vikström, 8 年前The formatted JSON looks pretty, but on large files it takes a long time. The addon prints its progress as a percentage in the tab title, but it is still very very slow. You cannot search within the file before it is finished rendering.
JSON Lite will automatically start formatting any JSON document. Since that can take a long time I would prefer if I can activate it only when I need it. Another addon, Basic JSON Formatter, does so by adding an icon in the address bar on JSON documents.开发者回应
发布于 7 年前Inspired from your review there are now option to limit auto-format by document size, thank you. - 评分 3 / 5来自 Firefox 用户 13252436, 8 年前
- 评分 4 / 5来自 Firefox 用户 13252436, 8 年前
- 评分 4 / 5来自 Firefox 用户 13162791, 8 年前
- 评分 4 / 5来自 EdgyPirate, 8 年前Thanks for creating a great json formatter! Really appreciate the field counts and sizes, which other json formatters don't have! One thing that this addon is missing is supporting additional Content-types since in some cases those are needed. It would be great if a "Preferences" field can be added where one can add additional content-types to be considered as json
开发者回应
发布于 8 年前Thank you for review. This addon should work with any content-type, if not so, file a bug in github.