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" 
<use-livecode-boun...@lists.runrev.com on behalf of mo...@appisle.net> 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
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