JSON_HTA_Parser JSON module for HTA app Every who code something on HTA know that hta have not JSON method, i create this module to help us make HTApplication better! =) I use JSON for App configuration. Example: string = '{rock: "you"}' console.log(JSONParse(book)); // > {rock: "you"}