Open tommynsong opened 7 years ago
@tommynsong We've been looking into having explicit types for variables eventually, but this isn't planned yet, so I'm adding this as a feature request.
For the time being, you can JSON.stringify
before storing the variable and JSON.parse
before using it. We're aware that this isn't ideal, so we'll look into this :)
You can see the roadmap here: https://trello.com/b/4N7PnHAz/postman-roadmap-for-developers
App Details:
Issue Report:
I have the following JSON object that i would like to be able to use in Runner with my test script.
` { "default": { "frequencies": { "hourly": { "frequency": 6, "retention": 336, "archivalSPecs": {
} `