Dear Experts ,
i am developing a report that should convert JSON format to ABAP internal table, when i am passing JSON input with array output is coming properly . But i want send JSON format with out Array . Is it possible ?
Suppose Json format is '{"uuid": "27e832fe48c39", "platform": "Android", "version": "6.0" }' If i use this input i am getting error .
Succeed with '{"XXXXX" : [{"uuid": "27e832fe48c39", "platform": "Android", "version": "6.0" } ] }' .
Regards
Venkatesh.