Re: YAML Libraries

2020-01-21 Thread Trevor DeVore via use-livecode
On Tue, Jan 21, 2020 at 11:06 AM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevor, I'm curious what the significance is in using /** as the begin > comment indicator? Is it something you use internally? The comment syntax I use before a handler is the documentation s

Re: YAML Libraries

2020-01-21 Thread Bob Sneidar via use-livecode
Trevor, I'm curious what the significance is in using /** as the begin comment indicator? Is it something you use internally? Bob S > On Jan 19, 2020, at 06:45 , Trevor DeVore via use-livecode > wrote: > > /** ___ use-livecode mailing list use-li

Re: YAML Libraries

2020-01-19 Thread Trevor DeVore via use-livecode
On Fri, Jan 17, 2020 at 2:19 PM Sannyasin Brahmanathaswami via use-livecode wrote: > I found the handler > > ## Monte's YAMLToArray command > constant kMultiLineModeNone = 0 > constant kMultiLineModeLiteral = 1 > constant kMultiLineModeFolded = 2 > > command YAMLToArray pYaml > > [snip] in the le

Re: YAML Libraries

2020-01-17 Thread Sannyasin Brahmanathaswami via use-livecode
I found the handler ## Monte's YAMLToArray command constant kMultiLineModeNone = 0 constant kMultiLineModeLiteral = 1 constant kMultiLineModeFolded = 2 command YAMLToArray pYaml [snip] in the levure initialization behavior. I think that's it. There is no "ArrayToYaml" but that is not needed.

YAML Libraries

2020-01-17 Thread Sannyasin Brahmanathaswami via use-livecode
I am finding the constraints of JSON to be a bit, well, "constraining" , for use in small "data serializations". e.g. a list of 20 stories with various parameter, that you don't want to put in a database (for now, maybe later once the dBase design clarifies itself and the number of "stories" st