Skip to content

Instantly share code, notes, and snippets.

@scottslowe
Created November 8, 2013 12:09
Show Gist options
  • Save scottslowe/7370142 to your computer and use it in GitHub Desktop.
Save scottslowe/7370142 to your computer and use it in GitHub Desktop.
This output came from running the raw JSON-serialized response to a REST API through the python json.tool command.
{
"result_count": 3,
"results": [
{
"_href": "/ws.v1/lswitch/3ca2d5ef-6a0f-4392-9ec1-a6645234bc55",
"_schema": "/ws.v1/schema/LogicalSwitchConfig",
"type": "LogicalSwitchConfig"
},
{
"_href": "/ws.v1/lswitch/81f51868-2142-48a8-93ff-ef612249e025",
"_schema": "/ws.v1/schema/LogicalSwitchConfig",
"type": "LogicalSwitchConfig"
},
{
"_href": "/ws.v1/lswitch/9fed3467-dd74-421b-ab30-7bc9bfae6248",
"_schema": "/ws.v1/schema/LogicalSwitchConfig",
"type": "LogicalSwitchConfig"
}
]
}
@badgones73
Copy link

Now the path has changed, it's ~/Library/Containers/com.barebones.bbedit/Data/Library/Application Support/BBEdit/Text Filters/

@martinburch
Copy link

martinburch commented Jul 21, 2025

As of BBEdit 14.0, rather than this custom filter, you can use BBEdit's own built-in module.

Added JSON formatting support to the factory-supplied JSON language module. Choose "Reformat Document" from the Text menu to reformat the document's text.

https://www.barebones.com/support/bbedit/notes-14.0.html

@scottslowe
Copy link
Author

@martinburch Good to know, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment