Skip to Content
0
Former Member
Jul 28, 2016 at 07:46 AM

problem in passing JSON as a input with out Array

510 Views

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.