I'm currently looking into controlling my Plex server via the API. I have two questions:
Is there a way to get JSON returned from commands rather than XML?
Are the available commands documented cleanly anywhere, or do I have to go scavenging around API wrappers and things that have already been implemented, which may or may not be complete?
To get back a JSON response. For the rest you can check the wiki for some docs but there isn’t really a fully documented third party api. The best is to look at examples or search the forum.