EmEditor (text editor) Forum Index Questions and Answers about Macros
working with json | Register To Post |
| Threaded | Newest First | Previous Topic | Next Topic | Bottom |
| Poster | Thread |
|---|---|
| parameter | Posted on: 5/30/2012 4:44 pm |
Not too shy to talk ![]() ![]() Joined: 3/5/2012 From: Posts: 30 |
working with json Hi, I'd like to work with some JSON data within a macro. JSON doesn't appear to be a loaded module in EmEdit. Am I missing something? Is there a simple way to get at functionality such as JSON.parse() and JSON.stringify() from within an EmEdit macro?
|
| Yutaka | Posted on: 5/31/2012 12:16 pm |
Webmaster ![]() ![]() Joined: 9/28/2006 From: Redmond Posts: 2401 |
Re: working with json Hi,
EmEditor is just a text editor, and doesn't offer such a functionality. However, it is possible that you might find an object to use in macros (JavaScript or VBScript). Thanks!
|
| parameter | Posted on: 5/31/2012 6:22 pm |
Not too shy to talk ![]() ![]() Joined: 3/5/2012 From: Posts: 30 |
Re: working with json Is EmEdit using JScript? If so, is IActiveScriptProperty::SetProperty being set to 1 or 2?
Would this help: http://blogs.msdn.com/b/jscript/archive/2009/04/17/versioning-language-features-in-jscript.aspx In the section titled: JScript Versioning in other JScript Hosts (for JScript Host Developers). |
| Threaded | Newest First | Previous Topic | Next Topic | Top |
| Register To Post | |




