<div dir="ltr">We need to see how you're converting, and how you're querying to give you meaningful help.<div><br></div><div>Quick 5 second POC using your input string:</div><div><br></div><div><div><img src="cid:ii_kd9cyoxi0" alt="image.png" width="562" height="351"><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 30, 2020 at 2:29 PM Brian Meade <<a href="mailto:bmeade90@vt.edu">bmeade90@vt.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr">This is probably something Anthony knows off the top of his head but at least we'll get his answer archived.<div><br></div><div>I've got a UCCX Script doing a REST Call and the response JSON is actually an array (indicated by the square brackets) even though it's only one response.  The resulting String looks like this:</div><div>U"[{\"status\":\"Delivered\"}]"<br></div><div><br></div><div>Converting this into a Document then JSON Document seems to not work properly because of this bracket issue.  The JSON Document ends up looking like this:</div><div>TEXT[[{\"status\":\"Delivered\"}]]"</div><div><br></div><div>The GET JSON Document Data step then fails to find anything using the JSONPath.</div><div><br></div><div>To work around it, we used substring to remove the set of square brackets around the original response string before converting to a Doc which works and resolves the issue but I'm thinking there's gotta be a better solution.  </div><div><br></div><div>I imagine many JSON responses are probably going to contain arrays.  In this case, we're always getting a single result but I can imagine this would be an issue where the REST step actually comes back with multiple items in the array.</div><div><br></div><div>Any ideas?</div></div>
_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" rel="noreferrer" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
</blockquote></div>