douglascrockford / JSMin

JavaScript Minification Filter
http://javascript.crockford.com/jsmin.html
695 stars 151 forks source link

c++ streambuf implementation #17

Closed AndreasSchoenle closed 8 years ago

AndreasSchoenle commented 8 years ago

I needed a quick and dirty implementation to clean .json files from comments and created a streambuf based version of jsmin. The code is not nice nor clean and it is not very well tested as we are not using it in production but maybe someone will find the implementation useful as a starting point.

douglascrockford commented 8 years ago

Please make it nice and clean, well tested, and ready for production.