mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
Updated v2_0_cpp_visitor (markdown)
+1
-1
@@ -104,7 +104,7 @@ The member functions named `visit_xxx()` are visitors for leaf elements. `start_
|
||||
|
||||
## Example
|
||||
|
||||
Here is an example that coverts msgpack formatted bytes to JSON like structure (I omit string escape because that is no a point I want to demonstrate):
|
||||
Here is an example that coverts msgpack formatted bytes to JSON like structure (I omit string escape because that is not a point I want to demonstrate):
|
||||
|
||||
```C++
|
||||
struct json_visitor : msgpack::v2::null_visitor {
|
||||
|
||||
Reference in New Issue
Block a user