require: formatter

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 7
Joined: Mon Jun 05, 2017 1:15 am

require: formatter

Post by powerpcer »

for modern development, XML,Javascript, JSON are popular tools,
so when we get a file, or copy it from network , we need
a formatter for pretty validate it.

Offline
Posts: 1162
Joined: Sun Oct 20, 2013 11:44 am

Post by Skif_off »

powerpcer
Did you searched? For example, I remembered: XML: XMLValidator.js, with HTML Tidy (valid./format.), XMLStarlet (valid./format.), jsBeautifier.js (format.); JavaScript: jsBeautifier.js
I think it's not all...

And you can add other command line utils (or can ask to help).
powerpcer wrote:or copy it from network
And/or you can use
https://www.google.com/search?q=xml+format+online
https://www.google.com/search?q=javascr ... mat+online
https://www.google.com/search?q=json+format+online
Post Reply