How to post "List" using WWW or something?

I’m building communication system between Unity and Python.
I’d like to post List data to Python.
Although CSV file can be a option, I’m looking for something smarter.

If you’re looking for a flexible format to transport data, then json will likely fit well. There are a number of json implementations to choose from. My favourites are fastJSON and miniJSON

Thanks! Very Helpful!

1 Like