I am going to do some things using dropbox rest api in C++ and I'm looking for an easy-to use library.
Does anyone know what functionality will I need? (I only have vague idea what REST api is)
I believe I need HTTP protocol functionality and XML parsing functionality, and JSON right? What else?
Which easy-to-use and easy-to-learn lib would you recommend me?
I found POCO C++ and it seems quite easy but I didn't find any JSON functionality...