Click here to Skip to main content
15,898,588 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Want to deserilize json data like that:
C#
{
 "Geometry": [
  {
   "paths": [
    [
     [
      201394.01178484457,
      173661.08635829584
     ],
     [
      201392.0117168416,
      173661.08690949593
     ],
     [
      201390.01164883861,
      173661.08746069603
     ],
     ...

Any component is available for the deserization it to 2-D Array (or ArrayList)? Thanks.
Posted
Comments
Zoltán Zörgő 31-Dec-13 14:36pm    
There are many json classes you can use. What have you tried so far?
[no name] 31-Dec-13 14:41pm    
Thanks. Will search and work on it.

1 solution

Look around here: http://www.nuget.org/packages?q=json[^].

By the way, I suggest you define a class you can map to, and don't use generic approach.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900