A value located by resolving a JSON pointer, with its parent context.
Declared in <folly/json/dynamic.h>
template<typename Dynamic>
struct json_pointer_resolved_value;
| Name | Description |
|---|---|
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. |