From 349b986cad875b7bdce35fe8ec6df94036832347 Mon Sep 17 00:00:00 2001 From: Daniel Sipka Date: Sat, 9 May 2015 11:37:11 +0200 Subject: [PATCH] double --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98ff985..9b8f48c 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ using map = std::map; using array = std::vector; ``` -`mstch::node` is a `boost::variant` that can hold a `std::string`, `int`, +`mstch::node` is a `boost::variant` that can hold a `std::string`, `int`, `double`, `bool`, lambda expression or a `std::shared_ptr` to a `mstch::object` (see below), also a map or an array recursively. Essentially it works just like a JSON object.