Advertisement
Ham62

Subsonic XML vs JSON

Jul 4th, 2019
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.14.0"/>
  3.  
  4. --------------------------------------------------
  5.  
  6. {
  7. "subsonic-response" : {
  8. "status" : "ok",
  9. "version" : "1.14.0"
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement