Show HN: Catj – A new way to display JSON files
1–10 of 127 posts
Re: Show HN: Catj – A new way to display JSON files
#2Re: Show HN: Catj – A new way to display JSON files
#3Just curious, what would be the use case for something like this?
I could also see it useful for just finding the index of a particular array entity.
Re: Show HN: Catj – A new way to display JSON files
#4Just curious, what would be the use case for something like this?
Re: Show HN: Catj – A new way to display JSON files
#5Re: Show HN: Catj – A new way to display JSON files
#6Have you seen gron[0]? It's similar: flattens JSON documents to make them easily greppable. But it also can revert (ie, ungron) so you can pipe json to gron, grep -v to remove some data, then ungron to get it back to json. [0] https://github.com/tomnomnom/gron
The project linked to is from 2014 with last update in 2015.and it is on NPM...
What is left to say? Thank you!
Re: Show HN: Catj – A new way to display JSON files
#7Re: Show HN: Catj – A new way to display JSON files
#8Just curious, what would be the use case for something like this?
Re: Show HN: Catj – A new way to display JSON files
#9Related, if you want more of a csv-style, see JSONLines. aka "newline-delimited JSON"