Data Persistence

Brian Milby brian at milby7.com
Tue Jul 31 16:48:43 EDT 2018


Here is one direction...

yamlFileToArray
https://github.com/trevordevore/levure/blob/master/framework/levure.livecodescript

Thanks,
Brian
On Jul 31, 2018, 3:03 PM -0500, Alex Tweedly via use-livecode <use-livecode at lists.runrev.com>, wrote:
> On 31/07/2018 20:03, Richard Gaskin via use-livecode wrote:
> > For all of JSON's JS-friendly compactness over XML, hand-writing it
> > can be tedious and error-prone, so YAML was invented as the answer for
> > those cases where human-writability is a stronger need than parsing
> > efficiency (all the rules about white space make it luxuriously
> > readable to humans at a minor cost to machines to wade through all
> > that).  YAML is most often use for configuration where settings may
> > lend themselves to data that might need hierachically-ordered sets
> > deeper than a two-dimentional table.
> Does anyone have a library to do  array <---> YAML ?
>
> I couldn't find one with Google "livecode YAML" (and various similar
> searches :-)
>
> Thanks
> Alex.
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



More information about the use-livecode mailing list