ΒΆllvm::Expected<Value> parse(llvm::StringRef JSON)

Description

Parses the provided JSON source, or returns a ParseError. The returned Value is self-contained and owns its strings (they do not refer to the original source).

Declared at: llvm/include/llvm/Support/JSON.h:685

Parameters

llvm::StringRef JSON