Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Public Function GetJsonData(ByVal jsonData As Object) As String
  2. Try
  3. Dim data As String = JsonConvert.SerializeObject(jsonData)
  4. Return data
  5. Catch ex As Exception
  6. End Try
  7. End Function
  8.  
  9. <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" xmlns:d1p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://tempuri.org/" d1p1:type="q1:string"> Json Data</anyType>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement