Search found 2 matches

by mfulmer72
Mon Oct 30, 2023 8:58 pm
Forum: YAJL-ILE
Topic: Determine which JSON was received.
Replies: 2
Views: 7179

Re: Determine which JSON was received.

All is working now. After a few days away from the keyboard, I realized that if I added allowmissing=yes allowextra=yes to the data-into parameters, then the Data Structure created by YAJLGEN was correct and all I needed to do was handle the arrays.
by mfulmer72
Fri Oct 27, 2023 5:39 pm
Forum: YAJL-ILE
Topic: Determine which JSON was received.
Replies: 2
Views: 7179

Determine which JSON was received.

I am working with a Client to implement the new UPS API's that are changing from XML to JSON. Currently I'm testing the Address Validation API. I am receiving the JSON File to the IFS and using YAJL in Free Form RPGLE to parse. From the Address Validation Request, I can receiving 2 different Address...