An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ![JSONView](https://github.com/dcrousso/JSONView-Safari/raw/master/Icons/icon-small.png) 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