[VBScript] Json: get VALUE by NAME - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: [VBScript] Json: get VALUE by NAME (/Thread-VBScript-Json-get-VALUE-by-NAME) |
[VBScript] Json: get VALUE by NAME - robertosalemi - 02-25-2016 Hi, I have this Json Code: [{ How can I get all value of "SysName" node/name? How can I use ReGex? This not works: Code: Set re = New RegExp Thanks. |