B4J Question AsyncstreamText send a List

OliverA

Expert
Licensed User
Longtime User
if it is a list of strings, you could create a JSON string via JSONGenerator send the JSON and then covert the JSON back to a list of strings via JSONParser
 
Upvote 0
Top