Re: Can't get jsonToArray in standalones ?

2022-04-04 Thread panagiotis m via use-livecode
Hello Matthias, Hmm, this sounds like a bug. Thanks for spotting it and filing the report :) Kind regards, Panos On Mon, 4 Apr 2022, 17:15 matthias rebbe via use-livecode, < use-livecode@lists.runrev.com> wrote: > Panos, > > is there a reason why mergJSON is not listed in the dictionary anymore

Re: Can't get jsonToArray in standalones ?

2022-04-04 Thread matthias rebbe via use-livecode
Panos, is there a reason why mergJSON is not listed in the dictionary anymore in LC 9.6.6,9.6.7, 10DDP2, 10DP3? Matthias > Am 04.04.2022 um 16:08 schrieb panagiotis m via use-livecode > : > > Hello Ben, > > You need to check megJSON. > > The JSON Library inclusion is for JSONImport and JSON

Re: Can't get jsonToArray in standalones ?

2022-04-04 Thread panagiotis m via use-livecode
I mean mergJSON, not megJSON :) Cheers, Panos On Mon, 4 Apr 2022, 17:08 panagiotis m, wrote: > Hello Ben, > > You need to check megJSON. > > The JSON Library inclusion is for JSONImport and JSONExport handlers. > > Cheers, > Panos > > On Mon, 4 Apr 2022, 16:28 Ben Rubinstein via use-livecode, <

Re: Can't get jsonToArray in standalones ?

2022-04-04 Thread panagiotis m via use-livecode
Hello Ben, You need to check megJSON. The JSON Library inclusion is for JSONImport and JSONExport handlers. Cheers, Panos On Mon, 4 Apr 2022, 16:28 Ben Rubinstein via use-livecode, < use-livecode@lists.runrev.com> wrote: > Building a standalone that uses jsonToArray. > > Works fine in the IDE.

Can't get jsonToArray in standalones ?

2022-04-04 Thread Ben Rubinstein via use-livecode
Building a standalone that uses jsonToArray. Works fine in the IDE. If I use "search for required inclusions" when building the standaline, then when the script calls jsonToArray it throws error 219 (Function: error in function handler). If I use "select inclusions", and check "JSON Library"