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.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2025 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.