<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ABAP Deserialize JSON into Internal Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-deserialize-json-into-internal-table/m-p/453893#M13972</link>
    <description>&lt;P&gt;Good morning gentlemen,&lt;/P&gt;&lt;P&gt;Today my encounter consuming a service whose answers are in JSON format and in one of the objects contained in that JSON brings a great JSON array with the information I need, the question could be how to deserialize and insert into an inner table That JSON?&lt;/P&gt;&lt;P&gt;Unfortunately my resources are limited and I do not have the cl_TREX_JSON_DESERIALIZER class, they know of some other way to do this.&lt;/P&gt;&lt;P&gt;Annex the JSON:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;{ "allowed_methods": "GET, PUT, POST, DELETE", "employees": [ { "employee": "2007", "firstName": "BELKIS", "lastName": "TORRES" }, { "employee": "2016", "firstName": "NULCA", "lastName": "VIALET" }, { "employee": "2023", "firstName": "QUIRRS","lastName": "RODRIGUEZ" }, { "employee": "2027", "firstName": "MARIA", "lastName": "NUNEZ" }, { "employee": "2033", "firstName": "NOEMI", "lastName": "RODRIGUEZ" } ], "status": 200, "status_msg": "OK" }&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 22 Jun 2017 21:46:32 GMT</pubDate>
    <dc:creator>moya_roland</dc:creator>
    <dc:date>2017-06-22T21:46:32Z</dc:date>
    <item>
      <title>ABAP Deserialize JSON into Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-deserialize-json-into-internal-table/m-p/453893#M13972</link>
      <description>&lt;P&gt;Good morning gentlemen,&lt;/P&gt;&lt;P&gt;Today my encounter consuming a service whose answers are in JSON format and in one of the objects contained in that JSON brings a great JSON array with the information I need, the question could be how to deserialize and insert into an inner table That JSON?&lt;/P&gt;&lt;P&gt;Unfortunately my resources are limited and I do not have the cl_TREX_JSON_DESERIALIZER class, they know of some other way to do this.&lt;/P&gt;&lt;P&gt;Annex the JSON:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;{ "allowed_methods": "GET, PUT, POST, DELETE", "employees": [ { "employee": "2007", "firstName": "BELKIS", "lastName": "TORRES" }, { "employee": "2016", "firstName": "NULCA", "lastName": "VIALET" }, { "employee": "2023", "firstName": "QUIRRS","lastName": "RODRIGUEZ" }, { "employee": "2027", "firstName": "MARIA", "lastName": "NUNEZ" }, { "employee": "2033", "firstName": "NOEMI", "lastName": "RODRIGUEZ" } ], "status": 200, "status_msg": "OK" }&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Jun 2017 21:46:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-deserialize-json-into-internal-table/m-p/453893#M13972</guid>
      <dc:creator>moya_roland</dc:creator>
      <dc:date>2017-06-22T21:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Deserialize JSON into Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-deserialize-json-into-internal-table/m-p/453894#M13973</link>
      <description>&lt;P&gt;&lt;A href="https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abenabap_json.htm" target="test_blank"&gt;https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abenabap_json.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 04:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-deserialize-json-into-internal-table/m-p/453894#M13973</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-06-23T04:03:40Z</dc:date>
    </item>
  </channel>
</rss>

