rcdmk / aspJSON

A fast classic ASP JSON parser and encoder for easy JSON manipulation to work with the new JavaScript MV* libraries and frameworks.
MIT License
204 stars 89 forks source link

DeSerialize in .NET #38

Closed zharris6 closed 7 years ago

zharris6 commented 7 years ago

Can anyone provide a sample JSON string that they are able to deserialize in a .net based library?

I have tried using Newtonsoft.Json Json.Deserialize object method, with no luck.

I have tried tons of different combinations on both the Classic ASP and C# side, but none seem to deserialize correctly.

I am sure it is something small.

I would greatly appreciate any help.

zharris6 commented 7 years ago

I was able to sort it out by using a Json Array.

rcdmk commented 7 years ago

Hi. Sorry for the delay. It's nice to see you've already sorted it out.