| 49 | }; |
| 50 | } |
| 51 | inline std::string getJSONStringAtNode(PathNode const &node) { |
| 52 | return boost::apply_visitor(GetStringVisitor(), node.value()); |
| 53 | } |
| 54 | inline std::string getJSONStringFromTree(PathTree const &tree, |
| 55 | std::string const &path) { |
| 56 | try { |
no test coverage detected