Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 507 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 507 Bytes

VbScript Prettify JSON

This is a script adapted from below forum thread which was initially designed for JSON to XML rendering in Vbscript. This attempt is to design a simple vbscript function which can help beautify/ prettify JSON strings in native vbscript language.

Refer below repository for improved version of JSONToXML(): https://github.com/pravynandas/JSONToXML

JSONToXML() Credits: Visit: https://stackoverflow.com/a/12171836/1751166 Author: https://stackoverflow.com/users/881441/stephen-quan