mmattcam
5 years agoStreaming Star
JSON feed issue-assistance requested
I'm getting an error when I try to validate a feed.
Here is the end of the feed
{
"name": "xxxxxx",
"playlistName": "xxxxxx",
"order": "manual"
}]
}
but when I try to validate using JSONLINT I get the following error (the final line in the feed } is highlighted):
Error: Parse error on line 354: ... }] } ----------------------^ Expecting ',', ']', got 'EOF'
I can't figure out what I've entered incorrectly (using a macbook pro fyi).
Another site JSON formatter and validator gives me this message:
Error: Expecting closing } at end [Code 22, Structure 1230]
It seems the closing } is there so not sure what's happening.
Anyone know more about JSON that can help?