Resolves a JSON pointer against this dynamic.
Declared in <folly/json/dynamic.h>
resolved_json_pointer<dynamic const>
try_get_ptr(json_pointer const& ptr) const && = delete;
The resolved value with its parent context, or a resolution error.
| Name | Description |
|---|---|
| ptr | The JSON pointer locating the element. |