burningtree / awesome-json

A curated list of awesome JSON libraries and resources.
Creative Commons Zero v1.0 Universal
1.39k stars 156 forks source link

betterjson.com #90

Open Gradsta opened 1 year ago

Gradsta commented 1 year ago

Hello:

I was wondering if you might consider adding betterjson.com to the online tools section. It's an online JSON formatter which I realize are a dime a dozen, but it has a few features that make it stand out from the rest.

A number of online JSON formatters allow you to generate share links so you can share JSON documents with others; betterjson.com has this feature too, but it also gives you the ability to highlight lines by appending line numbers to the end of the share link (similar to how you might in GitHub). Here's an example: https://www.betterjson.com/shares/TSJd1#L10-L15.

Additionally, betterjson.com allows you to filter your formatted JSON using JSONPath, which is really handy when you're working with large JSON documents. betterjson.com even saves your JSONPath filter when you generate a share link. Here's an example: https://www.betterjson.com/shares/VcsFs.

There are some other neat features which are documented here.

Thanks for you consideration!