zgrossbart / jdd

A semantic JSON compare tool
http://www.jsondiff.com
Apache License 2.0
1.03k stars 180 forks source link

Query String Parameters #38

Closed peternewman closed 3 years ago

peternewman commented 3 years ago

The second way is to add parameters to the URL like this:

http://jsondiff.com/?left=http://jsondiff.com/one.json&right=http://jsondiff.com/two.json Originally posted by @zgrossbart in https://github.com/zgrossbart/jdd/issues/10#issuecomment-306167117

I came here to try and find out about this and thankfully found this in a closed issue eventually. It would be great if this was better signposted, ideally on the webpage somewhere or at least in the README.

Perhaps with the stereotypical share button if both sides are URLs? I assume you'll hit get query string limits if they're raw text.

zgrossbart commented 3 years ago

Good idea @peternewman. Thank you. I've added this to the readme.

peternewman commented 3 years ago

Great thanks @zgrossbart !