ampache / python3-ampache

Python XML and JSON API library for Ampache
GNU General Public License v3.0
11 stars 5 forks source link

json support #3

Closed lachlan-00 closed 4 years ago

lachlan-00 commented 4 years ago

@AshotN i've started merging json into the repo. image

annoyingly json in python is much simpler than xml!

AshotN commented 4 years ago

So JSON does or doesn’t work well with Python

lachlan-00 commented 4 years ago

Really well, the default json lib converts objects into dictionaries making the code really simple

lachlan-00 commented 4 years ago

@ashotn json is basically ready. I've been going through and fixing things as I see them. Not really an issue any more as it works. I'll keep updating the examples and responses