Further to this: dear LiveCode, please make the Inclusions selector in the
standalone settings window navigable - at least sortable by name, platform,
selected; even-better-if can be filtered.
See also https://quality.livecode.com/show_bug.cgi?id=18199, which includes a
comment in 2017 specifically referencing 'json' as a use-case for filtering.
And apparently Ali Lloyd did exactly this six years ago:
https://github.com/livecode/livecode-ide/pull/1809
... but nobody has ever reviewed the pull request.
:-(
Ben
On 10/05/2023 00:57, Paul Dupuis via use-livecode wrote:
NEVER MIND.
I just realized that JSONToArray is part of the mergeJSON library and not part
of the JSON library! Dear Livecode: For the JSON ignorant among us, could we
just have one JSON library - by whatever name!
On 5/9/2023 7:30 PM, Paul Dupuis via use-livecode wrote:
I have a stack that serves as a plugin for our app. The plugin stack makes
some calls using jsonToArray
The external stack alone in the LC 9.6.9 IDE works perfectly. The external
plugin stack opened in our app in LC 9.6.9 IDE works perfectly. The external
plugin stack opening in the standalone of our app, generates the error:
Function: error in function handler: jsonToArray (Line 61, column 8)
put: error in expression: (Line 61, column 8)
Line 61 is just: put jsonToArray(it) into tResponseA
There are other controls that work in the IDE and fail with the lines that
include the jsonToArray call in the standalone. I do manual inclusions in
the Standalone settings since the plugins are external stacks loaded into
the standalone by user command. Automatic inclusions won't find the
not-yet-loaded external stacks to find the JSON library calls. I have
included the JSON Library in the inclusions list in my app's standalone
settings.
Is there any other library that must be included for me to use jsonToArray?
I am not a json literate person. I am just using copied code. Also, is there
any debugging to be sure the JSON library was actually included in the
standalone (the check box in the Standalone setting is set!)
Thank you for any guidance on this issue.
_______________________________________________
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
_______________________________________________
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
_______________________________________________
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