https://github.com/dcrousso/jsonview-safari
A Safari port of the JSONView extension
https://github.com/dcrousso/jsonview-safari
developer-tools safari-extension visualization
Last synced: about 1 year ago
JSON representation
A Safari port of the JSONView extension
- Host: GitHub
- URL: https://github.com/dcrousso/jsonview-safari
- Owner: dcrousso
- Created: 2017-01-25T06:16:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T06:53:52.000Z (about 8 years ago)
- Last Synced: 2025-03-26T03:51:19.651Z (about 1 year ago)
- Topics: developer-tools, safari-extension, visualization
- Language: JavaScript
- Homepage: https://jsonview.com
- Size: 193 KB
- Stars: 26
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#  JSONView
Pretty-prints JSON in Safari, instead of prompting to download it or rendering it as text.
### Releases
Browser | Link | Version | Source Code
------- | ---- | ------- | -----------
Safari | [Extensions Gallery](//safari-extensions.apple.com/details/?id=com.dcrousso.jsonview-safari-Q5M4T22BE9) | 1.0.2 | [github folder](//github.com/dcrousso/JSONView-Safari/tree/master/JSONView-Safari.safariextension/)
### Changelog
##### Version 1.0:
- Add separate styling for links, strings, numbers, booleans, and `null` values
- Links are fully functional and will open in a separate tab
- Collapsible array and object sections for easy navigation
- Hold `Option` to recursively expand/collapse all children of the clicked item
- The path to each item is shown in the `title` attribute on hover
- Clicking on the item will copy the path to the clipboard