×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hi Mark,
Handling stuff like this is tricky... accessorialCharges is an array,
but an array of what? Numbers? Character? How big?
obviously, *i* could guess that they are numbers because the variable
name happens to be made of English words... but there's no way YAJLGEN
could know.
If you wouldn't mind sending me a copy of the json file (just send it to
the e-mail address I'm sending this message from) I'll see if I can fix
it up so that it doesn't give an error... maybe by making an array of
char(1) in RPG. Just keep in mind that an actual document with data
filled into the array still won't work right because I have no way to
know the right definitions.
-SK
On 1/1/20 12:48 PM, mlazarus wrote:
The incoming data has the following: "accessorialCharges": [], so the
program seems to be choking on the empty array.
-mark
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 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.