Nullable JSON pointer access.

Synopsis

Declared in <folly/json/dynamic.h>

dynamic const*
get_ptr(json_pointer const& ptr) const && = delete;

Return Value

A pointer to the located element, or nullptr if absent.

Parameters

Name

Description

ptr

The JSON pointer locating the element.

Created with MrDocs