const string_t& front() const;
Return the first reference token.
First reference token.
Throws out_of_range.405 if the JSON pointer has no parent.
Constant.
??? example
The example shows the usage of `front`. ```cpp --8<-- "examples/json_pointer__front.cpp" ``` Output: ```json --8<-- "examples/json_pointer__front.output" ```