This code:
list = YAJL_object_find(docNode: 'list');
i = 0;
dow YAJL_ARRAY_LOOP( list: i: node );
lastElem = i;
val = YAJL_object_find(node: 'invoice');
result.list(i).inv = yajl_get_string(val);
val = YAJL_object_find(node: 'date');
dateUSA = yajl_get_string(val);
result.list(i).date ...
Search found 2 matches
- Thu Apr 24, 2025 3:43 pm
- Forum: YAJL-ILE
- Topic: Trouble reading in an array
- Replies: 1
- Views: 4494
- Mon Dec 04, 2023 1:54 am
- Forum: RPG IV
- Topic: Issues with YAJL after OS upgrade to 7.4
- Replies: 1
- Views: 45669
Issues with YAJL after OS upgrade to 7.4
We are using YAJL to parse json data, and since we upgraded our OS to 7.4, we are having issues.
We have an HTTP server with CGI calling an RPG program using YAJL, and since the upgrade we have been having issues.
We see these errors in the HTTP error logs:
[Sun Dec 03 18:31:12.633032 2023] [core ...
We have an HTTP server with CGI calling an RPG program using YAJL, and since the upgrade we have been having issues.
We see these errors in the HTTP error logs:
[Sun Dec 03 18:31:12.633032 2023] [core ...