Search found 7 matches

by mmayer4
Tue Aug 08, 2023 9:08 pm
Forum: YAJL-ILE
Topic: A node with no name?
Replies: 4
Views: 7809

Re: A node with no name?

Oh wow. I never would have thought the PSDS would come into play. This prompted me to actually read the documentation. lol.. Sure enough there she blows. I will test it out and see. Thanks so much!
by mmayer4
Mon Aug 07, 2023 8:35 pm
Forum: YAJL-ILE
Topic: A node with no name?
Replies: 4
Views: 7809

Re: A node with no name?

Thanks jonboy... I'll keep experimenting with data-into by just giving it a name. I've reviewed several of Scott's presentations on YAJL but I don't recall seeing anything about naming the root. I'll keep looking. If I find a solution, I'll follow up with a post on what worked.
by mmayer4
Sat Aug 05, 2023 4:46 pm
Forum: YAJL-ILE
Topic: A node with no name?
Replies: 4
Views: 7809

A node with no name?

I have successfully used HTTPAPI in concert with both data-into and YAJL to read a JSON response. I'm very perplexed as how to read a response that looks like the following. [ { "DealerTitle": "blah blah blah", "DealerID": "blah blah blah", "ContractID&qu...
by mmayer4
Tue Jul 19, 2022 8:26 pm
Forum: YAJL-ILE
Topic: DATA-INTO vs. YAJL Procedures
Replies: 9
Views: 3406

Re: DATA-INTO vs. YAJL Procedures

skip_nulls worked liked magic on the first try! You da man! Thanks Scott!!!
by mmayer4
Tue Jul 19, 2022 4:07 pm
Forum: YAJL-ILE
Topic: DATA-INTO vs. YAJL Procedures
Replies: 9
Views: 3406

Re: DATA-INTO vs. YAJL Procedures

OMG Awesome! If it were not for Scott and other IBM Champions like yourself, this ole dinosaur who cut his teeth on the IBM System 3 Model 10 on up through to the Power i (along with many other dinosaurs) would surely be extinct. I appreciate all y'all do!!!
by mmayer4
Tue Jul 19, 2022 2:49 pm
Forum: YAJL-ILE
Topic: DATA-INTO vs. YAJL Procedures
Replies: 9
Views: 3406

Re: DATA-INTO vs. YAJL Procedures

Jon, thanks so much for the input. Yes, I am familiar with the articles as your writings were a great help in getting me started with this project and being successful. Thanks so much for what you do! Please don’t stop doing it..lol.. What prompted my discussion is that DATA-INTO kept failing and I ...
by mmayer4
Tue Jul 19, 2022 2:30 am
Forum: YAJL-ILE
Topic: DATA-INTO vs. YAJL Procedures
Replies: 9
Views: 3406

DATA-INTO vs. YAJL Procedures

I prefer DATA-INTO over YAJL procedures simply because it seems like much less code and looks cleaner. Once the data structures are mapped, one line of code to parse it sure is nice. Before I begin writing plenty of code, I figured I’d try to get some insight on if I should even try to use DATA-INTO...