JSONView-Safari icon indicating copy to clipboard operation
JSONView-Safari copied to clipboard

A Safari port of the JSONView extension

Results 4 JSONView-Safari issues
Sort by recently updated
recently updated
newest added

Anyone working on porting this to a proper Safari App Extension so it works on Safari 13? Feels like Apple is just pushing developers away from Safari.

For example, when looking at: https://api.scryfall.com/cards/f06/8?format=json&pretty=true The links also open with the `&`s in your URL bar when clicked. ![qndppahdd2](https://user-images.githubusercontent.com/769083/41263045-63a45c6e-6db2-11e8-9141-92eb914115f5.png)

By reading out `innerHTML` we get escaped entities for HTML special character like: & < > `textContent` gives us the raw text from the JSON. Example of the problem: ![screen...

Doesn't work for this content-type: `application/vnd.spring-boot.actuator.v1+json;charset=UTF-8`. Can you suggest something?