JSON Formatter
Makes JSON easy to read
Validate and view JSON documents
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
JSONView port for Chrome.
Original firefox extension is here: http://benhollis.net/software/jsonview/
Notes:
- JSON is validated using a client-side javascript implementation of JSONLint (http://github.com/zaach/jsonlint)
- this extension displays JSON text compliant with rfc 4627 (http://www.ietf.org/rfc/rfc4627.txt)
- The stylesheet used to display the JSON content can be customized
Inspect the latest comments and rating distribution.
Store average score: 4.5. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Makes JSON easy to read
DevTools browser extension for Vue.js
It's a browser and editor for JSON document.You can get a beautiful view. And transcoding Unicode Base64 URL with decode & encode.
Capture requests from any website and send them to Postman Client.
Validate and view PHP print_r outputs
Visually interact with REST, SOAP and HTTP APIs.
还行
Перестало работать во фреймах(((
I liked and used this extension for a while, but some things annoyed me: - The rendered JSON cannot by copied as raw JSON text. It strips off all of the quotes, meaning you have to flip back to RAW if you want to copy valid JSON. - The button to switch to raw text doesn't work for me. I had to disable the extension entirely to see the underlying raw JSON. Until the above issues are addressed, this plugin is fine for simply viewing JSON, but that's where its usefulness ends. However, since it doesn't allow copying valid JSON or flipping back to the raw text, it often creates problems when switching over to heavier tools such as a text editor. I'll be switching to and trying out the JSON Viewer extension (https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh) instead, which doesn't suffer from the above issues, and still has features like syntax highlighting and collapse/expand.
good
parfait, comme tous les outils de Gildas :)
icon plus or minus is too small
It is pretty cool, but less than functional if you need the original json text for something else. The glaring issue I have is that you can't turn it off and it's not proper json after it runs. There are three options for 'on'. That's 1. on for all sites. 2. on for this site. 3. on when you click the extension. There is no 'off when you click the extension' or toggle between on and off. Brilliant idea, but it looks like they didn't think people that are looking at a json response message (that's everyone that would understand this) might actually want to use that json object somewhere else after they use this to peek at it. This would be awesome and a huge time saver if it was setup to peek at the pretty json version and jump back to the proper one easily. If you can't turn it off and you have to muck around to get the json after it is on it's easier to just copy/paste it into a text file to run it through jq, jp, or a million other methods that will do what this does and not lose the original json in the process. It may be truly awesome for someone that is looking at json response messages, but has no intention of doing anything with those responses.
Realmente es bastante util. Solo mejorar un poco la interacción de apertura y cierre de objetos pero en general ayuda bastante. Muy buena la opcion de modificar el css porque realmente el fondo blanco quema la vista al tiempo. Aqui comparto el mio, espero les sea util body { background-color: #404040; color: lightgray; white-space: pre; font-family: arial; } .property { font-weight: bold; } .type-null { color: gray; } .type-boolean { color: lightblue; } .type-number { color: lightgreen; } .type-string { color: #FFFF99; } .callback-function { color: gray; } .collapser:after { content: "-"; } .collapsed > .collapser:after { content: "+"; } .ellipsis:after { content: " … "; } .collapsible { margin-left: 2em; } .hoverable { padding-top: 1px; padding-bottom: 1px; padding-left: 2px; padding-right: 2px; border-radius: 2px; } .hovered { background-color: #606060; } .collapser { padding-right: 6px; padding-left: 6px; }
Gewoon top. Doet wat 't moet doen.
怎么打开