Forum Discussion
Colin_McCrae
10 years agoCommunity Hero
I'm using C# script with JSON at the moment. But I have my JSON parser in a script extension and I'm using a VBScript one.
It might be easier to use a Jscript one as it provides JSON parsing natively I believe. You'd still need to pop it into a script extension though. (as your project is C# script)
https://msdn.microsoft.com/en-us/library/cc836466(v=vs.84).aspx
AlexKaras
10 years agoCommunity Hero
> You'd still need to pop it into a script extension though. (as your project is C# script)
Actually, C#Script in TestComplete (as well as C++Script) is JScript with the syntax adopted for the C# compiler for Connected applications. This means that JScript code can be used without any changes in C#Script and/or C++Script test projects in TestComplete.