| 665 | }; |
| 666 | |
| 667 | inline JSON JSON::Load( const std::string &str ) { |
| 668 | size_t offset = 0; |
| 669 | return JSONParser::parse_next( str, offset ); |
| 670 | } |
| 671 | |
| 672 | } // End Namespace json |
| 673 |
nothing calls this directly
no outgoing calls
no test coverage detected