Re: [Oorexx-devel] About adding JSON-support for ooRexx 5.0

2016-08-08 Thread Rony G. Flatscher
Hi Erich, as you may have seen the patches (ooTest) and (xml) have been submitted, sucht that my commitment has been fulfilled. Ad xml-documentation: not having any working knowledge about the used d

Re: [Oorexx-devel] About adding JSON-support for ooRexx 5.0

2016-08-04 Thread Rony G. Flatscher
Hi there, as I have not been able to allot the necessary time to conclude the first step, I will turn back on this when I am back on Monday. In the meantime I have uploaded the current version of JSON.CLS to , accompanied with Brandon's demo Rexx scrip

Re: [Oorexx-devel] About adding JSON-support for ooRexx 5.0

2016-08-04 Thread Rony G. Flatscher
Hi Erich, On 03.08.2016 20:39, Erich Steinböck wrote: > To be able to include json.cls in 5.0 we need two more things: > > * add appropriate documentation to rexxextension.pdf - to get started I've > just committed a stub > (see http://sourceforge.net/p/oorexx/code-0/3) > Can do that.

Re: [Oorexx-devel] About adding JSON-support for ooRexx 5.0

2016-08-03 Thread Erich Steinböck
To be able to include json.cls in 5.0 we need two more things: - add appropriate documentation to rexxextension.pdf - to get started I've just committed a stub (see http://sourceforge.net/p/oorexx/code-0/3) - put Brandon's tests together into a json.testGroup - cmake changes nee

Re: [Oorexx-devel] About adding JSON-support for ooRexx 5.0

2016-07-17 Thread Rony G. Flatscher
Brandon, had a chance to look over your code and tried to take advantage of a few newer ooRexx features in the "toJson" part, such that the "array"-handling got generalized to "orderedCollection" and the "directory"-handling to "MapCollection". Also, the generated JSON file is now a little bit

Re: [Oorexx-devel] About adding JSON-support for ooRexx 5.0

2016-07-14 Thread Rony
Brandon, thank you very much! Have been on the road untl tomorrow, so it takes some time for to check it out! (It seems you still have commit rights! :) ) Best regards ---rony Rony G. Flatscher (mobil/e) > Am 13.07.2016 um 22:52 schrieb Brandon Cherry : > > Check it out the code is now on so

Re: [Oorexx-devel] About adding JSON-support for ooRexx 5.0

2016-07-13 Thread Brandon Cherry
Check it out the code is now on sourceforge. https://sourceforge.net/p/oorexx/code-0/HEAD/tree/sandbox/bwc/json/ -- Brandon Cherry Network Engineer, Safe Data, Inc. 800-488-7200 x3017 http://www.safedatausa.com/ --

Re: [Oorexx-devel] About adding JSON-support for ooRexx 5.0

2016-07-13 Thread Brandon Cherry
I have the code ready to go into the sandbox, but it appears sourceforge is having problems. Once they clear up the issues, I can commit the changes. The more I think about it, the more I can remember some of the issues that came up. With stems the structure is freely defined. Using arrays an

Re: [Oorexx-devel] About adding JSON-support for ooRexx 5.0

2016-07-12 Thread Rony G. Flatscher
sive structures are never really very deep when exchanging data, so I would doubt, that this might turn into a practical problem. (With todays hardware I personally prefer legibility of code over maximum efficiency for bread and butter problems.) ---rony > > ------------------

Re: [Oorexx-devel] About adding JSON-support for ooRexx 5.0

2016-07-11 Thread Brandon Cherry
quot; To: oorexx-devel@lists.sourceforge.net Sent: Monday, July 11, 2016 6:32:19 AM Subject: Re: [Oorexx-devel] About adding JSON-support for ooRexx 5.0 Hi Brandon, On 08.07.2016 17:14, Brandon Cherry wrote: I am actually surprised that no one else came up with something better. I ju

Re: [Oorexx-devel] About adding JSON-support for ooRexx 5.0

2016-07-11 Thread Rony G. Flatscher
Steinböck" > *To: *"Open Object Rexx Developer Mailing List" > > *Sent: *Friday, July 8, 2016 10:22:03 AM > *Subject: *Re: [Oorexx-devel] About adding JSON-support for ooRexx 5.0 > > I have opened enhancement request #625 Add json class to ooRexx Distribution >

Re: [Oorexx-devel] About adding JSON-support for ooRexx 5.0

2016-07-08 Thread Brandon Cherry
web server at the time). -- Brandon Cherry Network Engineer, Safe Data, Inc. 800-488-7200 x3017 http://www.safedatausa.com/ From: "Erich Steinböck" To: "Open Object Rexx Developer Mailing List" Sent: Friday, July 8, 2016 10:22:03 AM Subject: Re: [Oorexx-devel] About

Re: [Oorexx-devel] About adding JSON-support for ooRexx 5.0

2016-07-08 Thread Erich Steinböck
I have opened enhancement request #625 Add json class to ooRexx Distribution some time ago. I assume that a first step would be to get the original author's written confirmation to grant json.cls to the ooRexx project to be released under th

Re: [Oorexx-devel] About adding JSON-support for ooRexx 5.0

2016-07-08 Thread René Jansen
Hi Rony, good idea. I want to feature freeze as soon as possible, so there is a good chance that nothing of rxapi, translation or JSON will make 5.0.0, the reason being that we need to focus on our delivery pipeline first. As soon as we can fully and repeatably implement this build, test, packa

[Oorexx-devel] About adding JSON-support for ooRexx 5.0

2016-07-08 Thread Rony G. Flatscher
In the past years the JSON encoding has become dominant, not only in the context of web applications, but as a general encoding scheme for exchanging (structural) data via text encodings. Its definition is quite simple compared to XML DTD/XSD and "laymen" are able to grasp the data encoded in JS