Forum Discussion
TNeuschwanger
Champion Level 1
Hello TRACEYSMARTBEAR
Try putting your content between 3 double quotes... """ i.e. :
def String jsonStr = """
{
"step_list": [
{
"end_date": "2035-09-01T00:00:00",
"payments": 12,
"sequence": 1
},
{
"end_date": "2035-09-01T00:00:00",
"payments": 67,
"sequence": 2
}
]
}
""";
farrahkohn
2 years agoOccasional Visitor
TNeuschwanger wrote:Hello TRACEYSMARTBEAR
Try putting your content between 3 double quotes... """ i.e. :
def String jsonStr = """
{
"step_list": [
{
"end_date": "2035-09-01T00:00:00",
"payments": 12,
"sequence": 1
},
{
"end_date": "2035-09-01T00:00:00",
"payments": 67,
"sequence": 2
}
]
}
""";
Will try later, thanks.
Related Content
- 5 years ago
Recent Discussions
- 15 years ago