skip to Main Content

Json – JMeter – How to convert string value to a list

I have an API that returns the following json: { "GetAppendixListResponse": { "GetAppendixListResult": { "FileList": { "string": ["3602","3587"] }, "Code": "0" } } } The debug sampler looks like: JMeterVariables: AppendixCode_1=["3602","3587"] AppendixCode_ALL=["3602","3587"] AppendixCode_matchNr=1 How can I convert ["3602","3587"] from string…

VIEW QUESTION

Conditionally update JSON column

I have a table which has ID & JSON columns. ID is auto incrementing column. Here are my sample data. Row 1 1 | { "HeaderInfo": { "Name": "ABC", "Period": "2010", "Code": "123" }, "HData": [ { "ID1": "1", "Value":…

VIEW QUESTION

How to parse a big JSON

I'm trying to parse a big JSON and I only need few things from it. I've been trying to beautify it but I'm having trouble also because it seems that's not completely correct. This is the website and I've tried…

VIEW QUESTION
Back To Top
Search