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:
Thank you
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:
Thank you
HTTPService:JSONEncode(table) can be used to convert a table to a string
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.