Hi, How do I generate JSON strings instead of integers, as follows: { "MyProperty":"1"} all we seem to be able to generate is  { "MyProperty":1} Its for an api that requires the former and as the former is valid JSON I'm surprised I am having so much trouble. (Obviously I'm new, please be kind :D