|
On Aug 24, 2017, at 4:00 PM, Bradley Stone <bvstone@xxxxxxxxx> wrote:
On Thu, Aug 24, 2017 at 2:47 PM, Booth Martin <booth@xxxxxxxxxxxx> wrote:
The parsing, etc. works. Not as elegantly as your example though! This is
getting tucked away for future reference. Thank you.
As the Subject says, retrieving the JSON data is where it fails.
docNode = yajl_stmf_load_tree('home/bmartin/Louie.json': errMsg );
if errMsg = '';
You need a beginning slash:
docNode = yajl_stmf_load_tree('/home/bmartin/Louie.json': errMsg );
If you don't use a beginning slash, the system will add your home
directory to the beginning (which is probably /home/bmartin).
So it's looking in /home/bmartin/home/bmartin/Louie.json in your example.
Bradley V. Stone
www.bvstools.com
MAILTOOL Benefit #3: No 400 byte or less message limit as with SNDDST
or SNDSMTPEMM.
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link: http://amzn.to/2dEadiD
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.