MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / Load

Method Load

include/chaiscript/utility/json.hpp:667–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665};
666
667inline 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected