Thank you both!
Using the optional parms as recommended made everything work as expected.
DATA-INTO JsonResponse %DATA(response
: 'case=convert +
allowmissing=yes +
allowextra=yes')
%PARSER('YAJLINTO');
Now I'm just reading through the copy files for HTTPAPIR4 trying to figure out how ...
Search found 2 matches
- Thu Jul 11, 2024 1:21 pm
- Forum: HTTPAPI
- Topic: Google API json response is unable to be pulled into rpgle data structure using DATA-INTO (Status Code 00356)
- Replies: 4
- Views: 28929
- Wed Jul 03, 2024 7:12 pm
- Forum: HTTPAPI
- Topic: Google API json response is unable to be pulled into rpgle data structure using DATA-INTO (Status Code 00356)
- Replies: 4
- Views: 28929
Google API json response is unable to be pulled into rpgle data structure using DATA-INTO (Status Code 00356)
I graduated from college about 2 months ago and landed a role as a junior rpg developer, and I'm having some issues with the project I've been assigned. I'm sorry if I forget to add any relevant information to my post - I've never worked with anything this complex or made a forum post like this ...