josephburnett / jd

JSON diff and patch
MIT License
1.62k stars 48 forks source link

jd-tool.appspot.com needs a new version of go #24

Closed ijoseph closed 3 years ago

ijoseph commented 3 years ago

https://jd-tool.appspot.com/

Go 1.9 is no longer available. Please refer to https://goo.gl/aESk5L for more information.

josephburnett commented 3 years ago

Thanks for noticing that! Upgraded to 1.14: https://github.com/josephburnett/jd/commit/dac949bc81af4251550d0458596bd0368976d053

josephburnett commented 3 years ago

I've compiled the library into web assembly so it can run entirely in the browser, so I don't need to upgrade golang on App Engine again. The new UI also renders the diff (or patch) on the fly so it's a little easier to play with: http://play.jd-tool.io/ @ijoseph take a look and tell me how it works for you.

ijoseph commented 3 years ago

Works pretty well! Did not know about WebAssembly either -- looks pretty neat.