Turn a table to a string

I need help to make my table a string.

like this

(I tried table.unpack too and it does not work)

but still return a table.

Here is how my table looking like:
image_2024-07-24_025533060

Thank you

HTTPService:JSONEncode(table) can be used to convert a table to a string

2 Likes

I tried, does not work. It still return me a table and if I try to just decode the value it does not work cause it’s not a json file.

JSONEncode takes a table as a parameter and always returns a string, are you sure it returned a table when you tried it?

oh, the jsonencode one looks like to work now. I tried like a hour ago and it didn’t work, thank you !

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.