TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: JSON Diff – Online JSON Diff Finder

10 pointsby justspamjustinover 9 years ago

2 comments

justspamjustinover 9 years ago
I often found myself needing a good visual tool for diffing JSON. Most other tools provided the diff in a separate pane in the UI. This tool highlights the diffs inline.
emilburzoover 9 years ago
Feature request: show the lines where there is an invalid json parse error.<p>Right now I&#x27;m just getting the &quot;Invalid JSON&quot; in the top-right corner.<p>EDIT: This one might be a bit of a stretch, but would it be possible to be mongodb friendly? (even though it&#x27;s not technically json)<p>Really nice otherwise, good job.