RESTOutput JSON Array
Posted: May 9th, 2024, 1:18 pm
When outputting a JSON array the first element is always
Can this be suppressed from the output?
Code: Select all
"Result": [
{
"@SelectOutput": "False"
},
Code: Select all
<RESTOutput>
<Output>
<Output>
<Status>Good</Status>
<Total>
<xsl:value-of select="WorkData/GetUsers/Info/Result/NoOfRecords"/>
</Total>
<xsl:copy-of select="WorkData/GetUserDetails/Output/Result"/>
</Output>
</Output>
</RESTOutput>
Code: Select all
{
"Output": {
"Status": "Good",
"Total": "23618",
"Result": [
{
"@SelectOutput": "False"
},