Search found 2 matches

by jeff.dunasky
Thu Apr 24, 2025 3:43 pm
Forum: YAJL-ILE
Topic: Trouble reading in an array
Replies: 1
Views: 444

Trouble reading in an array

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 = %dec(%date(d...
by jeff.dunasky
Mon Dec 04, 2023 1:54 am
Forum: RPG IV
Topic: Issues with YAJL after OS upgrade to 7.4
Replies: 1
Views: 43499

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:er...