Search found 2 matches

by Emgalli
Fri Mar 04, 2022 1:50 pm
Forum: YAJL-ILE
Topic: YAJL
Replies: 3
Views: 2342

Re: YAJL

Thanks Scott after your post it was an export file and I now understood the process, so I basically opened and close the GEN for each record loop and cloned your yajl_saveBuf... to yajl_saveBufRec... in my own program and created and appended each record into the Json file. Thanks you for your help ...
by Emgalli
Thu Mar 03, 2022 1:59 pm
Forum: YAJL-ILE
Topic: YAJL
Replies: 3
Views: 2342

YAJL

I'm using the YAJL with OS 7.1 to do Json and it works great but I have this situation where a request for a Json format doesn't require using YAJL_BeginArray section each record process is it's own json record. I tried to use yajl.biginObj, yajl.addChar, yajl.savebuf for multiple reads but only got...