folly::json_pointer::parse

Parse string into vector of unescaped tokens. Throwing version.

Synopsis

Declared in <folly/json/json_pointer.h>

static
json_pointer
parse(StringPiece const str);

Return Value

The parsed pointer.

Parameters

NameDescription
strThe JSON Pointer string to parse.