<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>15 Aug 2018 20:55:00 Z</lastBuildDate><pubDate>15 Aug 2018 20:15:00 Z</pubDate><description>Hi,&#13;
&#13;
I'm working with an API to a product called smartwaiver and have hit upon a weird section of JSON that I don''t know to deal with. I've reached out to vendor but anticipating the possibility that they'll be inflexible I wonder if anyone here has any ideas?&#13;
&#13;
From my perspective, this section ( "customWaiverFields") is not a proper object and I don't see how I could walk my way through it the way I normally would using "..occurrence" and a FOR statement&#13;
&#13;
"customWaiverFields": {&#13;
"5b3e396177f36": {&#13;
"value": "Mobile",&#13;
"displayText": "Preferred Phone"&#13;
},&#13;
"5b3e39617c644": {&#13;
"value": "18027930328",&#13;
"displayText": "Preferred Phone Number"&#13;
},&#13;
"5b3e396180c06": {&#13;
"value": "Robyn Anderson",&#13;
"displayText": "Name as it appears on your passport (Last, First, Middle)"&#13;
},&#13;
"5b3e39618670a": {&#13;
"value": "347548458548",&#13;
"displayText": "Passport Number"&#13;
},&#13;
"5b3e39618b123": {&#13;
"value": "usa",&#13;
"displayText": "Nationality"&#13;
},&#13;
"5b3e39618f83f": {&#13;
"value": "Aug 13, 2018",&#13;
"displayText": "Passport Issue Date"&#13;
},&#13;
"5b3e396193eff": {&#13;
"value": "Aug 13, 2018",&#13;
"displayText": "Passport Expiration"&#13;
},&#13;
"5b3e3961994e3": {&#13;
"value": "Aug 13, 2018",&#13;
"displayText": "Departure Date from the US"&#13;
},&#13;
"5b3e39619e675": {&#13;
"value": "fgjsrjs",&#13;
"displayText": "Important Allergies or Medical Condition(s) (if none, please enter \"None\")"&#13;
},&#13;
"5b3e3961c1e24": {&#13;
"value": "fjsrjsry",&#13;
"displayText": "Relevant Additional Notes or Comments"&#13;
},&#13;
"5b3e3ccf1feba": {&#13;
"value": "Yes",&#13;
"displayText": "Please send paper documents via USPS"&#13;
},&#13;
"5b3e3ccf2589e": {&#13;
"value": "Yes",&#13;
"displayText": "Please send electronic documents via email"&#13;
},&#13;
"5b3e3c1aaa656": {&#13;
"value": "Yes",&#13;
"displayText": "Please send room upgrade options and costs"&#13;
},&#13;
"5b3e3c1a99af6": {&#13;
"value": "Non-Smoking",&#13;
"displayText": "Non-Smoking or Smoking Room?"&#13;
},&#13;
"5b3e3c1a9f2d1": {&#13;
"value": "One Bed",&#13;
"displayText": "Bed Preference"&#13;
}&#13;
}</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66629-help-with-some-odd-json-solved/read.awp</link><title>Help with some odd JSON - SOLVED</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66629-help-with-some-odd-json-solved-66646/read.awp</comments><pubDate>15 Aug 2018 20:55:00 Z</pubDate><description>this worked.&#13;
&#13;
&#13;
arrArrayGUID is array of strings&#13;
FOR EACH x OF vWaivers2.waiver.customWaiverFields..Member&#13;
// info("The memb…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66629-help-with-some-odd-json-solved-66646/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66629-help-with-some-odd-json-solved-66646/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66629-help-with-some-odd-json-solved/read.awp">Help with some odd JSON - SOLVED</source><title>Re: Help with some odd JSON - SOLVED</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66629-help-with-some-odd-json-66645/read.awp</comments><pubDate>15 Aug 2018 20:20:00 Z</pubDate><description>FTR... this is what I would have expected this section to be formatted like&#13;
&#13;
"customWaiverFields": [&#13;
&#13;
{&#13;
"GUID": "5b3e396177…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66629-help-with-some-odd-json-66645/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66629-help-with-some-odd-json-66645/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66629-help-with-some-odd-json-solved/read.awp">Help with some odd JSON - SOLVED</source><title>Re: Help with some odd JSON</title></item></channel></rss>
