JSON syntax error on API root

Pete Zaitcev zaitcev at redhat.com
Fri Apr 15 04:06:52 UTC 2011


On Thu, 14 Apr 2011 18:30:48 -0400
Dave Johnson <dajohnso at redhat.com> wrote:

> valid json snippet
> ==================================
> 	[
> 		{
> 			"rel": "bucket_factory",
> 			"link": "http://127.0.0.1:9090/_new"
> 		},
> 		{
> 			"rel": "provider_list",
> 			"link": "http://127.0.0.1:9090/_providers"
> 		},
> 	]

This is actually not valid, due to the extra comma after }.
Dave, is this something your iwhd actually does? My test iwhd
works correctly.

-- Pete


More information about the iwhd-devel mailing list