Hi again,
The
JScript on the other hand implements an older JavaScript standard by default - one that doesn't include
Cheers!
The
JSON
object is a JavaScript built-in. If you're using V8, it should be there by default.JScript on the other hand implements an older JavaScript standard by default - one that doesn't include
JSON
. However, it also supports "Standards Mode" in which JSON
is implemented. To enable it, pass WindowsScriptEngineFlags.EnableStandardsMode
to the JScriptEngine
constructor.Cheers!