Show HN: JSON For You – Visualize JSON in graph or table views
81–88 of 88 posts
Re: Show HN: JSON For You – Visualize JSON in graph or table views
#82It seems like a clone of https://jsoncrack.com with a different UI. I couldn’t identify any significant differences aside from the reduced readability in the visualization.
1. JSON Crack focuses more on visualization, whereas JSON For You aims to be a all-in-one JSON toolkit. This is why you'll find many buttons on JSON For You's page, leading to decreased readability and increased user learning curve (though I've tried my best to optimize this).
2. JSON Crack supports visualization for multiple data types including TOML and YAML, but JSON For You does not support this, nor does it plan to.
3. I've noticed JSON Crack offers AI functionalities to manipulate JSON data, but JSON For You will not pursue such features. Instead, it provides this through local tools like jq.
4. When it comes to comparison features, JSON Crack seems to provide graph-based comparison, which JSON For You does not do (nor is it its goal). Additionally, JSON For You offers text comparison, which JSON Crack does not.
Maybe I should provide a comparison table on the homepage to help everyone better understand the differences between the two products :)
Re: Show HN: JSON For You – Visualize JSON in graph or table views
#83It seems like a clone of https://jsoncrack.com with a different UI. I couldn’t identify any significant differences aside from the reduced readability in the visualization.
You ought to call him out on social media, juxtaposing a screenshot of his website with yours for comparison.
His original reply:
> Belittling competitors is not a good competitive strategy, the community is smart and won't be fooled by it (https://news.ycombinator.com/item?id=32626873). If you want to promote something under my post, that's fine, people will make their choices. But if you're going to unjustly discredit JSON For You by ignoring the facts, I find that unwelcome and offensive. I suggest we compete by improving our products, rather than by smearing each other or engaging in price wars :)
Re: Show HN: JSON For You – Visualize JSON in graph or table views
#84It seems like a clone of https://jsoncrack.com with a different UI. I couldn’t identify any significant differences aside from the reduced readability in the visualization.
Belittling competitors is not a good competitive strategy, the community is smart and won't be fooled by it ( https://news.ycombinator.com/item?id=32626873 ). If you want to promote something under my post, that's fine, people will make their choices. But if you're going to unjustly discredit JSON For You by ignoring the facts, I find that unwelcome and offensive. I suggest we compete by improving our products, rathe…
Re: Show HN: JSON For You – Visualize JSON in graph or table views
#85Earlier quoted context omitted.
Belittling competitors is not a good competitive strategy, the community is smart and won't be fooled by it ( https://news.ycombinator.com/item?id=32626873 ). If you want to promote something under my post, that's fine, people will make their choices. But if you're going to unjustly discredit JSON For You by ignoring the facts, I find that unwelcome and offensive. I suggest we compete by improving our products, rathe…
I'm never against competition, but cloning a project is not something comparable. You’ve basically cloned an open-source project and are now trying to make money off of it. I took a look at your Terms and Privacy Policy, and you copied them word for word? That’s really disappointing. You haven’t added any substantial features to the project beyond duplicating it, and there are plenty of others doing the same what you…
This guy posted in some forum accusing you of attacking him. But Chinese coders roasted him so well, he deleted his original post. You might need some translation, but it's satisfying!
Re: Show HN: JSON For You – Visualize JSON in graph or table views
#86Earlier quoted context omitted.
I think they are understandably confused by your pricing page. Do you have to pay monthly to use the tool locally?
Yes, it requires regular payment, from the SaaS perspective, since the cost is a monthly expense, adopting a subscription model is understandable. This pricing was inspired by https://jsoncrack.com/ . May I ask, is there anything on the pricing page that is hard to understand?
It’s unclear what service requires the expense on your side that justifies a monthly cost. I think explaining those benefits on the pricing page would help you a great deal.
Re: Show HN: JSON For You – Visualize JSON in graph or table views
#87It seems like a clone of https://jsoncrack.com with a different UI. I couldn’t identify any significant differences aside from the reduced readability in the visualization.
Re: Show HN: JSON For You – Visualize JSON in graph or table views
#88Everyone here mentions jq but no one mentions "fx". It's an awesome cli app to browse json. It can modify json too, but I think jq has shorter DSL. If you want to browse or navigate through nested json, this is the best tool I know. I wouldn't use GUI for this simply because piping data and mouseless env are more convenient to me. These are my other use cases: - validation & auto fixing: fix-busted-json (python) - ta…