2019 Mar 06 6:40 AM
Hi all,
I want to convert a JSON string to SE11 ABAP structure.
I am using cl_trex_json_deserializer, but it doesn't support JSON of which field name with double quotes.
I have also tried /ui2/cl_json, but it only supports to convert to dynamical structure.
Anyone could help?
2019 Mar 06 7:00 AM
That is not true. Class /ui2/cl_json can deserialize JSON to pre-defined structure. Check its wiki page for many examples and documentation.
2019 Mar 06 7:32 AM
Method DESERIALIZE_INT in /UI2/CL_JSON worked, thank you for the help.
2019 Mar 06 8:45 AM