Reading Json number as a string
What I need: Deserialize Json string to and object Do some stuff return it as a string at the end What is the problem? When Json has property like {"foobar" : 0.0000000000000000001}, it is converted as a number, but then…