I believe there may be a problem with the JSON format being returned. I was writing some actionScript code that parses the JSON object and was getting a strange error. I then ran the JSON returned from my request through several of the online JSON validators and it fails.
The validators are expecting "" around columns and rows.
For example this is what I'm getting back from uFind: {columns:["geoss_title",...,rows:[["...
The validators are expecting: {"columns":[geoss_title",...,"rows":[[...
One of the validators I used can be found at www.jslint.com
I believe there may be a problem with the JSON format being returned. I was writing some actionScript code that parses the JSON object and was getting a strange error. I then ran the JSON returned from my request through several of the online JSON validators and it fails.
ReplyDeleteThe validators are expecting "" around columns and rows.
For example this is what I'm getting back from uFind:
{columns:["geoss_title",...,rows:[["...
The validators are expecting:
{"columns":[geoss_title",...,"rows":[[...
One of the validators I used can be found at www.jslint.com
Thanks for the feedback we will take a look at it asap.
ReplyDelete