Can mergJson, Livecode builder be used with Livecode Server?

Are you using LiveCode to create server scripts or CGIs?

Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller

Post Reply
charms
Posts: 122
Joined: Mon Feb 10, 2014 6:21 pm
Contact:

Can mergJson, Livecode builder be used with Livecode Server?

Post 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
TorstenHolmer
Posts: 58
Joined: Mon Oct 28, 2013 1:23 pm

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

Post 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
Post Reply