<?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 Re: Json camel case formatted ouput in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231991#M1912289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you specity how do you generate JSON?&lt;/P&gt;&lt;P&gt;The field labels you get are in uppercase, are they?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2015 15:29:27 GMT</pubDate>
    <dc:creator>former_member205488</dc:creator>
    <dc:date>2015-08-03T15:29:27Z</dc:date>
    <item>
      <title>Json camel case formatted ouput</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231990#M1912288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are working on a project that sends json formatted payload to a target system via a rest webservice. We would like to follow camel case standard for labels in the json payload. I did a sample program to generate a Json payload and it works fine. But i see that labels are framed from components of the structure. I need to know if its possible to replace the labels with a camel casing format...like &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM style="color: #00ff00; text-decoration: underline;"&gt;&lt;SPAN style="color: #000000; text-decoration: underline;"&gt;messageType&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt; in place of &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;SPAN style="color: #000000; text-decoration: underline;"&gt;MESSAGETYPE&lt;/SPAN&gt;&amp;nbsp; or &lt;SPAN style="color: #575757; text-decoration: underline;"&gt;&lt;SPAN style="color: #000000; text-decoration: underline;"&gt;UniqueID&lt;/SPAN&gt;&lt;/SPAN&gt; in place of &lt;SPAN style="color: #000000; text-decoration: underline;"&gt;UNIQUEID&lt;/SPAN&gt; etc..&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 12:36:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231990#M1912288</guid>
      <dc:creator>former_member219903</dc:creator>
      <dc:date>2015-08-03T12:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Json camel case formatted ouput</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231991#M1912289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you specity how do you generate JSON?&lt;/P&gt;&lt;P&gt;The field labels you get are in uppercase, are they?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 15:29:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231991#M1912289</guid>
      <dc:creator>former_member205488</dc:creator>
      <dc:date>2015-08-03T15:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Json camel case formatted ouput</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231992#M1912290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hello,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I have created a flat structure that has nested fields and table in SAP and filled this structure with data. Json payload is created using native SAP native json transformations. Yes, labels are in upper case. See below.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;{&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt; "DATA":&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt; {&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; "HEADER":&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp; "UNIQUEID":"XXXXXX",&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; .............................&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;..................&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;What i need is below:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;{&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt; "DATA":&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt; {&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; "header":&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp; "uniqueId":"XXXXXX",&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;.....................................&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 15:57:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231992#M1912290</guid>
      <dc:creator>former_member219903</dc:creator>
      <dc:date>2015-08-03T15:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Json camel case formatted ouput</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231993#M1912291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use class CL_TREX_JSON_SERIALIZER. It doesn't translate the labels to upper case. But It has a few lacks which is easy to fix. There is a reference how to do it: &lt;A __default_attr="72284" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Serialize ABAP data into JSON format" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, this link could be useful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="80263" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Three different ways to serialize and deserialize complex ABAP data " href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 16:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231993#M1912291</guid>
      <dc:creator>former_member205488</dc:creator>
      <dc:date>2015-08-03T16:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Json camel case formatted ouput</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231994#M1912292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the link...but then i think it keeps everything in lower case. Somewhere i need to indicate the label i want to use. I understand that i have to create a simple transformation for this as per below help link &lt;A href="http://help.sap.com/abapdocu_740/en/abenabap_st_json_table_abexa.htm" title="http://help.sap.com/abapdocu_740/en/abenabap_st_json_table_abexa.htm"&gt;ABAP Keyword Documentation&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/A&gt;&lt;/P&gt;&lt;P&gt;and demo program DEMO_ST_JSON_TABLE. Need to see how i can implement this..&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 16:18:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231994#M1912292</guid>
      <dc:creator>former_member219903</dc:creator>
      <dc:date>2015-08-03T16:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Json camel case formatted ouput</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231995#M1912293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Label should look like 'UniqueID' 'dateCreated' etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 16:19:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231995#M1912293</guid>
      <dc:creator>former_member219903</dc:creator>
      <dc:date>2015-08-03T16:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Json camel case formatted ouput</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231996#M1912294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's very interesting challenge...&lt;/P&gt;&lt;P&gt;I suppose it is impossible to do it using a transformation of a dictionary structure or local structure, because you cannot declare structure field names using "camelCase". If you do it in ABAP editor the system will translate the field names to upper case anyway. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the only way is to create json manually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 08:52:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231996#M1912294</guid>
      <dc:creator>former_member205488</dc:creator>
      <dc:date>2015-08-04T08:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Json camel case formatted ouput</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231997#M1912295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using a simple transformation, than I think you can specify your JSON labels manually and in camel case. Take a look here: &lt;A href="https://scn.sap.com/community/abap/blog/2013/04/15/abap-2-json-and-json-2-abap-with-st" title="https://scn.sap.com/community/abap/blog/2013/04/15/abap-2-json-and-json-2-abap-with-st"&gt;https://scn.sap.com/community/abap/blog/2013/04/15/abap-2-json-and-json-2-abap-with-st&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Guilherme.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 10:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231997#M1912295</guid>
      <dc:creator>dellagustin</dc:creator>
      <dc:date>2015-08-04T10:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Json camel case formatted ouput</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231998#M1912296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working. I need a suggestion. I have a structure with fields including structures and tables. How do i prepare a ST for such a structure. I know that for tables i can use &amp;lt;tt:loop ref=".MYDATA"&amp;gt;...and MYDATA is a table coming from CALL TRANSFORMATION and declared as a root name in ST.This works when i send a table. But i need to send a structure and how can i loop thru after passing structure, how can i add name of structure before showing data of structure. How can i do this. I searched for standard examples, but cant find for a nested structure. &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 10:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231998#M1912296</guid>
      <dc:creator>former_member219903</dc:creator>
      <dc:date>2015-08-05T10:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Json camel case formatted ouput</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231999#M1912297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the moment, i have achieved desired result by using XML writer class IF_SXML_WRITER. Need to try with a simple transformation..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 13:32:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11231999#M1912297</guid>
      <dc:creator>former_member219903</dc:creator>
      <dc:date>2015-08-05T13:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Json camel case formatted ouput</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11232000#M1912298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I started some tests, thinking it would be a piece of cake... all I have now is exceptions and exceptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll keep you updated if I have positive results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 13:47:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11232000#M1912298</guid>
      <dc:creator>dellagustin</dc:creator>
      <dc:date>2015-08-05T13:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Json camel case formatted ouput</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11232001#M1912299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally! This took me some time to put together, but it was much easier after I looked at this post:&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="83018" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="JSON-XML, SAP's XML-representation of JSON" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should aim your transformation to generate this JSON-XML format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check my example:&lt;/P&gt;&lt;P&gt;Report: ZGD_TEST (attached)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transformation (&lt;STRONG&gt;zgd_deep&lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&amp;lt;?sap.transform simple?&amp;gt;&lt;/P&gt;
&lt;P&gt; &amp;lt;tt:transform xmlns:tt=&lt;SPAN class="L1S33"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.sap.com/transformation-templates"&gt;http://www.sap.com/transformation-templates&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;tt:root name=&lt;SPAN class="L1S33"&gt;"ROOT"&lt;/SPAN&gt;/&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;tt:template&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;object&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;str name=&lt;SPAN class="L1S33"&gt;"ValueA"&lt;/SPAN&gt;&amp;gt;&amp;lt;tt:value ref=&lt;SPAN class="L1S33"&gt;"ROOT.VALUE_A"&lt;/SPAN&gt;/&amp;gt;&amp;lt;/str&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;object name=&lt;SPAN class="L1S33"&gt;"DeepStructure" &lt;/SPAN&gt;tt:ref=&lt;SPAN class="L1S33"&gt;"ROOT.DEEP_STRUCTURE"&lt;/SPAN&gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;str name=&lt;SPAN class="L1S33"&gt;"ValueB"&lt;/SPAN&gt;&amp;gt;&amp;lt;tt:value ref=&lt;SPAN class="L1S33"&gt;"VALUE_B"&lt;/SPAN&gt;/&amp;gt;&amp;lt;/str&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;array name=&lt;SPAN class="L1S33"&gt;"SomeTable"&lt;/SPAN&gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tt:loop ref=&lt;SPAN class="L1S33"&gt;"SOME_TABLE"&lt;/SPAN&gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;object&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;str name=&lt;SPAN class="L1S33"&gt;"ValueC"&lt;/SPAN&gt;&amp;gt;&amp;lt;tt:value ref=&lt;SPAN class="L1S33"&gt;"VALUE_C"&lt;/SPAN&gt;/&amp;gt;&amp;lt;/str&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;str name=&lt;SPAN class="L1S33"&gt;"ValueD"&lt;/SPAN&gt;&amp;gt;&amp;lt;tt:value ref=&lt;SPAN class="L1S33"&gt;"VALUE_D"&lt;/SPAN&gt;/&amp;gt;&amp;lt;/str&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/object&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tt:loop&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/array&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/object&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/object&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/tt:template&amp;gt;&lt;/P&gt;
&lt;P&gt; &amp;lt;/tt:transform&amp;gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Guilherme.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 14:15:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/json-camel-case-formatted-ouput/m-p/11232001#M1912299</guid>
      <dc:creator>dellagustin</dc:creator>
      <dc:date>2015-08-05T14:15:18Z</dc:date>
    </item>
  </channel>
</rss>

