| 72 | |
| 73 | bp::rule<class null, value> const null = "null"; |
| 74 | bp::rule<class string, std::string> const string = "string"; |
| 75 | bp::rule<class number, double> const number = "number"; |
| 76 | bp::rule<class object_element, boost::parser::tuple<std::string, value>> const |
| 77 | object_element = "object-element"; |
no outgoing calls
no test coverage detected