Search found 3 matches

by mobergmann@gmail.com
Tue Feb 14, 2023 5:12 pm
Forum: YAJL-ILE
Topic: YAJL and nested JSON Arrays
Replies: 4
Views: 3664

Re: YAJL and nested JSON Arrays

Thank you Scott. Sorry for the slow reply.
I'll dig into your sample code and exercise it!
M.
by mobergmann@gmail.com
Tue Jan 24, 2023 12:52 am
Forum: YAJL-ILE
Topic: YAJL and nested JSON Arrays
Replies: 4
Views: 3664

Re: YAJL and nested JSON Arrays

Hi Scott, Thanks for the speedy reply. Ultimately I'm just trying to parse out the delivery date from the JSON response so it can drive a process to send an automated SMS message to our customers to let them know their package has been delivered. In my call to the tracking API to UPS I am passing th...
by mobergmann@gmail.com
Mon Jan 23, 2023 11:59 pm
Forum: YAJL-ILE
Topic: YAJL and nested JSON Arrays
Replies: 4
Views: 3664

YAJL and nested JSON Arrays

Hi Scott, I'm new to using YAJL so could use some guidance on handling nested objects/arrays. I've attached my JSON response which I am loading from a *STMF. I'm able to locate the node for the tracking object and shipment array. I was hoping to get the node for the "package" array using t...