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
10
std::string
11
to_string
(
Value
const
&);
12
14
std::string
15
pretty
(
Value
const
&);
16
17
}
// namespace json
json::Value
Represents a JSON value.
Definition
json_value.h:130
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