Articles with tag json

Serializing directly between C++ objects and Json files

Published:

C++ is a popular Object-oriented language. Json is a popular format for storage of Objects. Why is it so hard to make those two things play ball?

Read on...