×
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.
Well, I think you're choosing JSON for the wrong reason... You seem to
be picking it because you've been made (or forced into) a bad decision
of using stored procedures for this, and JSON will save you a few bytes
(but, it won't really solve the problem.)
If it's important to use stored procedures, I'd be fighting to have
"normal" parameters instead of a JSON or XML string, and I'd be
splitting up the work into many stored procedures so that each can be
called at the right time.
Or else I'd be fighting to eliminate this clunky stored procedure model
and use web services instead.
If all that failed, would I choose JSON over XML from your perspective?
Hmmm.. based on what I know of you, I think I'd probably pick XML,
because it's easier to code in RPG, since RPG has built-in opcodes to
handle it.
That's rather different from my perspective, though. For me, JSON is
easy to handle in RPG, I did all the research to find the best JSON
processor I could, and thne I ported it to IBM i, and then I wrote an
RPG-friendly front-end for it. So after all of that, doing the actual
JSON coding is quite easy for me, and I'd probably use it. On the other
hand, I haven't yet written any docs for it... so I hesitate to suggest
it to you.
On 9/20/2013 2:18 PM, RPGLIST wrote:
So Scott let me ask you, if you were looking at this from my perspective I
take it you would serioulsy consider using JSON over XML?
Dutch
As an Amazon Associate we earn from qualifying purchases.