MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / json_pointer

Function json_pointer

extern/json/json.hpp:13781–13783  ·  view source on GitHub ↗

@brief create JSON pointer @sa https://json.nlohmann.me/api/json_pointer/json_pointer/

Source from the content-addressed store, hash-verified

13779 /// @brief create JSON pointer
13780 /// @sa https://json.nlohmann.me/api/json_pointer/json_pointer/
13781 explicit json_pointer(const string_t& s = "")
13782 : reference_tokens(split(s))
13783 {}
13784
13785 /// @brief return a string representation of the JSON pointer
13786 /// @sa https://json.nlohmann.me/api/json_pointer/to_string/

Callers 4

json_pointer operator/Function · 0.70
unflattenFunction · 0.70
operator==Function · 0.70

Calls 1

splitFunction · 0.85

Tested by

no test coverage detected