Store JSON in String.. big data set?

Hello,

I am converting a list of user data to a JSON and storing it as a String in Backendless (example, list of friends). I do not want this JSON string to be limited to 500 characters. Is there any way to get around this?

Will storing it in a form of an extended string help?

Thanks,
Rajas

HI Rajas,

Select the TEXT data type, it allows up to 2000 characters.

Regards,
Mark

Thank you Mark!