msgpack11 icon indicating copy to clipboard operation
msgpack11 copied to clipboard

add parsing examples

Open ad34 opened this issue 7 years ago • 2 comments

Would be nice to have some parsing example , I suppose if I have an object containing a string with "route" key I can get the data like this:

msg["route"].string_value()

but having a complete example would be great.

ad34 avatar Jul 14 '17 13:07 ad34

Hi ad34.

Sorry for my late reply. Your advice is great ! I will add an example like yours to README.md and create a cpp file which include plain serialization and deserialization.

ar90n avatar Jul 25 '17 06:07 ar90n

also please show how serialize std::map to file

kenkit avatar Nov 12 '17 09:11 kenkit