I’m working on a project that uses .NET as main framework. I used to be in Java development. My question is, is it possible in .NET to convert a JSON formatted string into .NET object.
// String
"{ id: 1, firstname: "Foo", lastname: "Bar"}"
Thanks.
You can try the .Net Json serializer .