> On 13 Sep 2016, at 7:23 AM, Sannyasin Brahmanathaswami <bra...@hindu.org> 
> wrote:
> 
> this seems "hacky" but can now order the keys because they default to numeric 
> index

It is not hacky. It is the way you represent sequences in JSON. The hacky part 
is the pipe delimiter. Try:


"colorwheel": [
                            {
                               “name”: “Red”,
                                “color”: “255,0,0"
                            },
                            ...

or 

"colorwheel": [
                            {
                                “Red”: “255,0,0"
                            },
                            ...
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to