Example:
{ "Header": { "Test": "Value" } }
I would like to retrieve the Header's value as a String
, but not as an object.
Means the value of Header, { "Test": "Value" }
is retrieved as a string.
This is part of a very large response, the above sample is simplified for illustration purposes only. Parsing manually will be very difficult to maintain in future.