Closed DigiaAleksandrPaukku closed 3 years ago
Have you tried this https://github.com/FrendsPlatform/Frends.Json#jsonconvertxmlstringtojtoken
It works, thanks! But it's result is JToken, not JSON string. Further explicit conversion does the rest thing.
To get the string representation of a JToken, use the method .ToString()
Is Frends.Common.Data.ConvertToJSON task available any more? How can I do this conversion using available set of standard Frends tasks?