I have found lots of online tutorials but all of them are deserializing JSON strings into objects or lists of objects.
I just have a web service which returns either 1 or 0 as JSON.
So it prints something like:
""\"0\""
Or:
""\"1\""
How can I deserialize a simple JSON like that into a string?