fleury08 / prettifier

Simple application that makes your JSON/XML requests/responses prettier to read
GNU General Public License v3.0
10 stars 3 forks source link

Add support for other languages #21

Open Hedronmx opened 5 years ago

Hedronmx commented 5 years ago

It would be nice to include other languages like C++ with clang and JS/html/css with prettier.

fleury08 commented 5 years ago

Hi, once i solve the problem with appcenter, i will add other languages. I will lookup for those 4 first. If you want, you can recommend another languages.

Hedronmx commented 5 years ago

I believe those are the main ones, at least for me. Maybe add python too?

fleury08 commented 5 years ago

I'm not sure about python how you would prettify that, the language 'forces' you to prettify your code. The main purpouse of this program is for outputs of REST, SOAP api.

Hedronmx commented 5 years ago

Alright then, c++, js,css, html. Those are good enough

fleury08 commented 5 years ago

I've resolved the problem with appcenter and published latest version. I will lookup the possible solutions for the given languages.

Hedronmx commented 5 years ago

Awesome!! Appreciate it!