Page 1 of 1

Can mergJson, Livecode builder be used with Livecode Server?

Posted: Tue Dec 06, 2016 12:54 pm
by charms
Hi,

I'm currently writing a JSON server backend in Livecode and wondered, if mergJSON aswell as LiveCode Builder (two wrap native NOSQL libraries) can be used.

Thanks,
Chris

Re: Can mergJson, Livecode builder be used with Livecode Server?

Posted: Wed Sep 05, 2018 6:09 pm
by TorstenHolmer
if you need JSON encoding and decoding functions, I recommend EasyJson:

devhub. io/ repos/ luxlogica-easyjson

You have to put include "easyjson. lc" into your server-script or copy the content of the file into it.

Cheers,
Torsten