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 ...
Search found 2 matches
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 ...