Deserialize JSON data in Mono

Is there an easy way to deserialize a simple JSON string into a .NET object when using Monodroid? System.Json only provides serialization (no deserialization), and the various third-party libraries I tried all caused problems with Mono / Monodroid. Thank.

+3
source share
1 answer

fastJSON is suitable for counting. Take the necessary files (Getters.cs, JSON.cs, JsonParser.cs, JsonSerializer.cs, SafeDictionary.cs) and paste them into your project and use it. It does not use any fantastic .NET class, so it should work with MonoDroid or Silverlight.

+4
source

All Articles