Re: Built-in JSON functions not working in standalone

2017-01-30 Thread Monte Goulding via use-livecode
Hmm… yes the new support library for mergJSON should be now be included in standalones if you include mergJSON. Please open a bug report if that’s not the case so we can sort the issue out. Note that it will *not* be included via search for inclusions. Cheers Monte > On 31 Jan 2017, at 9:04 a

Re: Built-in JSON functions not working in standalone

2017-01-30 Thread pink via use-livecode
JSONToArray and ArrayToJSON are both in the dictionary, if these functions don't do what they're advertised to do, then someone needs to revise the dictionary from the Livecode Dictionary: JSONToArray Type function Syntax JSONToArray(pJSON) Associationsws.goulding.script-librar

Re: Built-in JSON functions not working in standalone

2017-01-30 Thread Bob Hall via use-livecode
To my knowledge, the functions are not built into Livecode. You may have a stack loaded and part of the message path that has those functions there already. You will need to add the functions to your project in order to parse/encode JSON. Bob > On Jan 30, 2017, at 4:12 PM, pink via use-livecod

Re: Built-in JSON functions not working in standalone

2017-01-30 Thread pink via use-livecode
I'm basing my comments on what I see in the Livecode Dictionary: "The mergJSON external itself can not parse JSON to and from multi-dimensional arrays. This is achieved through JSONToArray and ArrayToJSON script functions provided in this library. The implementations in this library are intented t

Re: Built-in JSON functions not working in standalone

2017-01-30 Thread Trevor DeVore via use-livecode
On Mon, Jan 30, 2017 at 11:53 AM, pink via use-livecode < use-livecode@lists.runrev.com> wrote: > JSON Library is the LCB library with the command JsonImport and JsonExport. > > Those are not the commands that I am using. > > I am using JSONToArray which is part of the mergjson external. I've > in

Re: Built-in JSON functions not working in standalone

2017-01-30 Thread pink via use-livecode
JSON Library is the LCB library with the command JsonImport and JsonExport. Those are not the commands that I am using. I am using JSONToArray which is part of the mergjson external. I've included it in builds and I am still stuck. - --- Greg (pink) Miller mad, pink and dangerous to code

Re: Built-in JSON functions not working in standalone

2017-01-30 Thread Bob Hall via use-livecode
The Library needs to be on the inclusion list for it to work in a Standalone. In Standalone prefs click General->Select Inclusions for Standalone (note: I do not bank on the auto-include feature). Then click the “Inclusions” icon and wait just a second as the inclusions render. Look for JSON L