The functions JsonToArray and ArrayToJson work fine on LC normally, however I recently tried to use these functions on LC Server and they don't work, just get the error
Function: error in function handler (JSONToArray)
So, I've resorted to using fastjson for now, however I'd love to use the same code for server that I use in LC apps (there are nuanced differences between fastjson and the native functions).
I've done a fair bit of searching but haven't found a definitive answer on how to get these functions working on server.
Following is the set up I'm testing on
Windows 10 Enterprise (test environment)
Apache 2.4
LiveCodeCommunityServer-9_0_2
Any guidance would be most appreciated.