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 to Dart #49

Closed andrewackerman closed 2 years ago

andrewackerman commented 5 years ago

I've ported the code to Dart over here. All the tests pass in Dart (which makes it usable in both server-side Dart and Flutter), and it cleanly transpiles to JS with the dart2js utility (though why anyone would want to do that instead of just using the JS library itself is beyond me).

getify commented 3 years ago

Is this still relevant and maintained? If not, I'll close out this issue.