Get specifc value from JSon string using JSon.Net
- by dean nolan
I am trying to get a value from a JSon formatted string. It was to get album info from a website called Freebase.
My result is like this:
{
"a0": {
"code": "/api/status/error",
"messages": [
{
"code": "/api/status/error/mql/result",
"info": {
"count": 20,
"result": [
{
…