Reviews for JSONView
JSONView by Ben Hollis
Review by Firefox user 14678631
Rated 5 out of 5
by Firefox user 14678631, 6 years ago82 reviews
- Rated 5 out of 5by Firefox user 18470510, 6 months agoAs of the recent update I've noticed a rather breaking change. My API returns json with very small numbers: eg
"transform": [
4.371139e-8,
1.080646e-7,
]
As of the recent update, this now shows up as:
"transform" [
4,
1
]
Which is totally wrong, if you round to 0 it would be more acceptable, but rounding to 4 and 1 in this case is totally wrong and actually caused me to have a panic attack this morning thinking all our data was suddenly corrupt. Could you please provide a patch fix for this soon, as I love the other features of this plugin.
EDIT: looks like you already noticed: https://github.com/bhollis/jsonview/commit/a6692b8d20b6d88524395887e66e25ee7757e2bd
41 minutes ago haha - Rated 5 out of 5by tony, 8 months ago
- Rated 5 out of 5by Firefox user 10223270, 10 months ago
- Rated 3 out of 5by Firefox user 14623832, a year agoI stopped using this addon because if some HTML code is present in JSON, it will be rendered even if not visible, leading to potential security issues
Developer response
posted a year agoPlease feel free to look at the source code for JSONView if it makes you feel better about what it does and how it does it. In order to transform JSON from any source to a viewable format, it needs that permission. - Rated 4 out of 5by Enrique, a year ago
- Rated 5 out of 5by 天灭中共退党团队保平安, 2 years ago
- Rated 4 out of 5by Alex-MSI-Bravo, 2 years ago
- Rated 1 out of 5by Firefox user 16591377, 2 years ago
- Rated 5 out of 5by Hugo, 2 years ago
- Rated 5 out of 5by Rusty Shackleford, 2 years ago
- Rated 5 out of 5by Ryan, 2 years ago
- Rated 5 out of 5by Muawiyah Al-Ani, 3 years ago
- Rated 1 out of 5by Raj, 3 years ago
- Rated 5 out of 5by BN, 3 years ago
- Rated 5 out of 5by vitodetullio, 3 years ago
- Rated 5 out of 5by Greg King, 3 years agoSuper easy to use - I just put the json string in a text file, then open the file with Firefox - nice, easy to read and collapse/expand elements
- Rated 4 out of 5by Philip, 3 years ago
- Rated 5 out of 5by Memrise Level Upper, 3 years ago
- Rated 5 out of 5by Ali, 3 years ago
- Rated 5 out of 5by JStael, 4 years ago
- Rated 5 out of 5by sab2020, 4 years ago
- Rated 5 out of 5by alad, 4 years agoAn amazing extension. Came looking for it after dealing with a few problems in Firefox's inbuilt JSON viewer (especially the fact that it makes arrays look the same as objects). Absolutely loved - it has a lot of the same features as Firefox's inbuilt viewer and was easy to get used to.