c++ - XML replacement -


i have server application rewriting in c++ , used use xml send data client/from client. have found real pain implement xml, using existing libraries. seems counter intuitive @ times , c++ library i've used seems overly complicated.

i wondering if knew better ways send on data client server , in simpler , more intuitive way parsing xml. data consists of basic types.

i thinking maybe use struct needed data types , send on raw socket.

i have wasted time on this, it's unreal.

i'd try json or google's protocol buffers see if work you.


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -