Skip to content

Commit

Permalink
stringify template arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
no1msd committed May 11, 2015
1 parent bb97714 commit 6f47fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ a [{{mustache}}](http://mustache.github.io/) template library.

The world doesn't really need another JSON parser, and I'm sure there are others
who used Spirit for parsing JSON. My main goal was simply to try out Spirit in
a real use case, and to be able to parse JSON to a ```boost::variant``` as easily as
a real use case, and to be able to parse JSON to a `boost::variant` as easily as
possible.

## Usage
Expand Down Expand Up @@ -84,7 +84,7 @@ Output:
Using your own data type:

```c++
auto json_string = json::stringify<mstch::node>(data);
auto json_string = json::stringify<mstch::node, mstch::map, mstch::array>(data);
```

### Data structure
Expand Down

0 comments on commit 6f47fa5

Please sign in to comment.