Questions tagged [system.json]

18 questions
0
votes
1 answer

How do I use Xamarins System.JSON?

I'm trying to deserialize a JSON string into an object. I am using the System.JSON library within Xamarin and this is what I have so far: ServerConnection.Receive (bb); data = Encoding.ASCII.GetString (bb); try{ MemoryStream stream = new…
0
votes
1 answer

error upgrading System.Net.Http

I am currently trying to upgrade many solutions that use a beta version of System.Net.Http (-v 2.0.20126.16343) to version 2.0.20710.0. I also have a reference to System.Json -v 4.0.20126.16343, however, when I reload the website in a browser I get…
ncbl
  • 1,295
  • 2
  • 12
  • 19
0
votes
2 answers

JSON parse exception using System.Json

I get an error while parsing a json string into an object. I am using system.json to parse the json string. The JSON file: (NOTE: I cannot change the structure of this json file because it is generated) { title: "My Title", log: "", …
StackFlower
  • 691
  • 1
  • 13
  • 29
1
2