Hello, I have JSON Code and I want to save JSON Code values as variable. I used Webservice Rest Job and parsed values that I want to save as variable. When I execute with this JOB, I can not get values that I want. How should I do tis? Thanks ...
Hi everyone, I want to save Author values as variable, using JSON Code. I used Webservice Rest Job. JSON Code that I used: { "store": { "book": [ { "category": "reference", "author": "Nigel Rees", "title": "Sayings of the Century", ...