How can i put a JSON as string?
Thank you
its about spanning over multiple lines and escaping the inner double quotes (VB)
However we also can define the JSON string as following:
Single line with inner single quotes:
â{âPasswordâ: ârandomâ, âUsernameâ: âXXXXâ}â
Multiple Lines right side assign activity with escape double quotes:
"{""Password"": ""random"", " &
" ""Username"": ""XXXX""} "
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.