xrpld
Loading...
Searching...
No Matches
include
xrpl
json
to_string.h
1
#pragma once
2
3
#include <xrpl/json/json_writer.h>
4
5
#include <
string
>
6
7
namespace
json
{
8
12
std::string
13
to_string
(
Value
const
&);
14
18
std::string
19
pretty
(
Value
const
&);
20
21
}
// namespace json
json::Value
Represents a JSON value.
Definition
json_value.h:117
json
JSON (JavaScript Object Notation).
Definition
json_errors.h:5
json::pretty
std::string pretty(Value const &)
Writes a json::Value to an std::string.
Definition
to_string.cpp:16
json::to_string
std::string to_string(Value const &)
Writes a json::Value to an std::string.
Definition
to_string.cpp:10
string
Generated by
1.16.1