getify / JSON.minify

Simple minifier for JSON to remove comments and whitespace
http://web.archive.org/web/20100629021329/http://blog.getify.com/2010/06/json-comments/
410 stars 102 forks source link

Port in Perl #47

Closed rcoscali closed 3 years ago

rcoscali commented 6 years ago

Hi

I port it to perl in my github https://github.com/rcoscali/JSON.minify git@github.com:rcoscali/JSON.minify.git All tests available in JS are ok and I added one for my own case.

getify commented 6 years ago

Awesome. I looked at your "perl" branch on that repo, seems fine except that the README still talks about python. Can you update those instructions to be appropriate for perl? I've created the "perl" branch on this repo, now, so once you've made that update, just do a PR to that branch. Thanks!

rcoscali commented 6 years ago

Ok no problem :)

rcoscali commented 6 years ago

Done

getify commented 6 years ago

Great, please submit a PR to merge into the main repo's "perl" branch.

rcoscali commented 6 years ago

on its way ...