Dears,
I have deserialized JsonString to JsonObject and I got the following as output :
I want to convert this to one Line , Like : Frank Alexander Male France, Who to do that ?
Dears,
I have deserialized JsonString to JsonObject and I got the following as output :
I want to convert this to one Line , Like : Frank Alexander Male France, Who to do that ?
That is not at all a perfect JSON @hsendel,
Can you post the string you have or the exact results you are getting?
Thanks @HareeshMR for prompt feedback. Please find in attached file my example where I want to get at the end : ** Frank Alexander Male France instead of :
Example.zip (36.9 KB)
@hsendel, you have to deserialise for the gender json and put a if statement to convert the output to text (male or female).
Example.zip (36.8 KB)
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.