OK… so long as we are using bracket form… 

 someArray [

]
then we will get numeric, sortable keys… so than just go ahead and use standard 
JSON notation inside the array..

got it. tks

On 9/12/16, 11:31 AM, "use-livecode on behalf of Monte Goulding" 
<[email protected] on behalf of [email protected]> wrote:

    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
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to