Search found 9 matches
- Wed Apr 16, 2025 2:37 pm
- Forum: General
- Topic: Using GnuPG for PGP on i
- Replies: 2
- Views: 12720
Re: Using GnuPG for PGP on i
Thanks! We shall give it a try.
- Wed Apr 09, 2025 6:27 pm
- Forum: General
- Topic: Using GnuPG for PGP on i
- Replies: 2
- Views: 12720
Using GnuPG for PGP on i
I'm presented with a new project challenge of receiving .gpg files on the IBM i and found that, of course, the great-one (aka Scott K), already tackled this monster for us ole dinosaurs. Before I go down the road of installing and trying it out, I have a couple of questions/concerns.
The Using ...
The Using ...
- Tue Aug 08, 2023 9:08 pm
- Forum: YAJL-ILE
- Topic: A node with no name?
- Replies: 4
- Views: 18630
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!
- Mon Aug 07, 2023 8:35 pm
- Forum: YAJL-ILE
- Topic: A node with no name?
- Replies: 4
- Views: 18630
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.
- Sat Aug 05, 2023 4:46 pm
- Forum: YAJL-ILE
- Topic: A node with no name?
- Replies: 4
- Views: 18630
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": "10526702",
"ContractNo": "D0404099 ...
[
{
"DealerTitle": "blah blah blah",
"DealerID": "blah blah blah",
"ContractID": "10526702",
"ContractNo": "D0404099 ...
- Tue Jul 19, 2022 8:26 pm
- Forum: YAJL-ILE
- Topic: DATA-INTO vs. YAJL Procedures
- Replies: 9
- Views: 19210
Re: DATA-INTO vs. YAJL Procedures
skip_nulls worked liked magic on the first try! You da man! Thanks Scott!!!
- Tue Jul 19, 2022 4:07 pm
- Forum: YAJL-ILE
- Topic: DATA-INTO vs. YAJL Procedures
- Replies: 9
- Views: 19210
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!!!
- Tue Jul 19, 2022 2:49 pm
- Forum: YAJL-ILE
- Topic: DATA-INTO vs. YAJL Procedures
- Replies: 9
- Views: 19210
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 ...
What prompted my discussion is that DATA-INTO kept failing and ...
- Tue Jul 19, 2022 2:30 am
- Forum: YAJL-ILE
- Topic: DATA-INTO vs. YAJL Procedures
- Replies: 9
- Views: 19210
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 ...
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 ...