BrainlessLabs / bun

Bun is a simple to use C++ Object Database, Object Relational Mapper (ORM) and key-value library
http://www.codeproject.com/Articles/1100449/Cplusplus-Object-Relational-Mapping-ORM-Eating-the
BSD 3-Clause "New" or "Revised" License
107 stars 16 forks source link

Objects with Vector can be converted to and from JSON #61

Closed BrainlessLabs closed 5 years ago

BrainlessLabs commented 5 years ago

Objects with Vectors can be converted to and from JSON and message pack


This change is Reviewable