Updated v2_0_cpp_visitor (markdown)

Takatoshi Kondo
2016-05-05 10:49:34 +09:00
parent 653501d096
commit 1e973f372b
+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 {