Search found 3 matches
- Sat Jun 18, 2022 12:27 pm
- Forum: YAJL-ILE
- Topic: Combining JSON
- Replies: 5
- Views: 8965
Re: Combining JSON
Scott, Thank you very very much. Your explanation changed my way of thinking how to solve the problem, once you suggested that each sub program didn't need to have the yajl_genOpen it was like a light has been switched. I've changed the 'real' business code to use that technique and it is so cool. A...
- Tue Jun 14, 2022 5:23 am
- Forum: YAJL-ILE
- Topic: Combining JSON
- Replies: 5
- Views: 8965
Re: Combining JSON
Apologies Scott about not explaining things correctly. I'll give the full set of code as an example which should help. Just to give an example of what I'm trying to achieve in this example. I have a a subprogram that returns a customers address and also flood score (how likely their property is goin...
- Fri Jun 10, 2022 3:00 pm
- Forum: YAJL-ILE
- Topic: Combining JSON
- Replies: 5
- Views: 8965
Combining JSON
I've used SK's YAJL for quite a few years - absolutely cool tool. But as I got more familiar with it our company has expanded what we can do with it. Anyway we have quite a few Web Services running using this tool but I started to think about trying to reuse the JSON between RPG programs as opposed ...