folly::dynamic::json_pointer_resolved_value

A value located by resolving a JSON pointer, with its parent context.

Synopsis

Declared in <folly/json/dynamic.h>

template<typename Dynamic>
struct json_pointer_resolved_value;

Data Members

NameDescription
parent Parent element of the value in the dynamic, if it exists.
parent_index If the parent is an array, the index used to get the value.
parent_key If the parent is an object, the key used to get the value.
value Pointer to the value itself.