Skip to content

rlp::base::json::JsonParsedObject

#include <json_utility.hpp>

Public Functions

Name
const JsonParsedValue * find(std::string_view field_name) const

Public Attributes

Name
std::unordered_map< std::string, JsonParsedValue > fields

Public Functions Documentation

function find

const JsonParsedValue * find(
    std::string_view field_name
) const

Public Attributes Documentation

variable fields

std::unordered_map< std::string, JsonParsedValue > fields;

Updated on 2026-06-05 at 17:22:18 -0700