The JSON and Proto API (e.g. http://rdm.openlighting.org/api/json/1/manufacturers) both return Content-Type: text/plain in their headers. However, common REST APIs (like this) use Content-Type: application/json.
A nice advantage in Firefox is that Content-Type: application/json urls are automatically JSON parsed and prettyprinted (with foldable arrays/objects).
The JSON and Proto API (e.g. http://rdm.openlighting.org/api/json/1/manufacturers) both return
Content-Type: text/plainin their headers. However, common REST APIs (like this) useContent-Type: application/json.A nice advantage in Firefox is that
Content-Type: application/jsonurls are automatically JSON parsed and prettyprinted (with foldable arrays/objects).