Hi.
I'm currently writing a .Net wrapper for the Plex WebAPI.
My plan was to use JSON for this instead of XML.
Calling the /users/sign_in.json works just fine.
But when I call the /devices.json I get an Internal Server Error (500).
Calling /devices.xml works just fine.
Is this a temporary quirk or is JSON support still limited?
Am I better for going for XML anyways, if I also want to query the Media Servers for their content?