If this is possible it would be nice if there is a support for the following content type:
Content-Type: application/vnd.spring-boot.actuator.v3+json
I would like to use the PrettyJSON extension in safari rather than switching between different browsers like edge or chrome.
Maybe it can just be added here?
|
const contentTypesJSON = [ |
|
'application/activity+json', |
|
'application/cwl+json', |
|
'application/feed+json', |
|
'application/geo+json', |
|
'application/grpc+json', |
|
'application/hal+json', |
|
'application/json', |
|
'application/json-patch+json', |
|
'application/jsonml+json', |
|
'application/ld+json', |
|
'application/rdap+json', |
|
'application/rdf+json', |
|
'application/schema+json', |
|
'application/scim+json', |
|
'application/sparql-results+json', |
|
'application/vnd.api+json', |
|
'application/vnd.citationstyles.csl+json', |
|
'application/vnd.docker.container.image.v1+json', |
|
'application/vnd.docker.distribution.manifest.list.v2+json', |
|
'application/vnd.docker.distribution.manifest.v1+json', |
|
'application/vnd.docker.distribution.manifest.v2+json', |
|
'application/vnd.docker.plugin.v1+json', |
|
'application/vnd.heroku+json', |
|
'application/webpush-options+json', |
|
'application/x-ipynb+json', |
|
'application/x-ipynb+json', |
|
'application/x-web-app-manifest+json', |
|
'image/png+json', |
|
'model/gltf+json', |
|
]; |
If this is possible it would be nice if there is a support for the following content type:
I would like to use the
PrettyJSONextension in safari rather than switching between different browsers like edge or chrome.Maybe it can just be added here?
PrettyJSON/PrettyJSON/PrettyJSON Extension/prettyJSON.js
Lines 53 to 83 in 4fd66a9