Code: Select all
{
"articles": [
{
"mode": "edit",
"art1ark": "100",
"art1dec":null,
"art1fok":null
},
{
"mode": "edit",
"art1ark": "101",
"art1dec":null,
"art1fok":"FOK010F"
}
]
}9. QrnDiReportName and QrnDiReportNameCcsid cannot be retrieved at this time.
This specific case only occurs if there is a list of objects and if the last attribute of the first element (in this case, art1fok) is null.
Code: Select all
data-into RequestCrt %data($CGI.body_data:
'case=convert countprefix=num_ +
allowmissing=yes allowextra=yes')
%PARSER('YAJL/YAJLINTO':
'{ +
"skip_nulls": true +
}'
);