Re: Advanced JSON handling with arrays

2025-10-15 Thread Alan Stenhouse via use-livecode
Hi David There's JSONImport and JSONExport and otherwise try the PhotonJSON library, which IIRC works properly for nested arrays. Date: Wed, 15 Oct 2025 09:02:11 +0100 From: David Bovill To: How to use LiveCode Subject: Advanced JSON handling with a

Advanced JSON handling with arrays

2025-10-15 Thread David Bovill via use-livecode
I've been using mergJson for a number of years, and construct json using arrays then convert them to json for rpc. I've been porting this to web/wasm export and hit the block that mergJson is not available for web. I've tried the built in library but it does not work the same for nested arrays and