mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add Json::to_string:
This allows the declaration for FastWriter to be hidden and makes conversion of Json::Value objects to strings a little less clunky.
This commit is contained in:
committed by
Vinnie Falco
parent
8c1c2f5d05
commit
9cba944d21
@@ -43,6 +43,7 @@
|
||||
#include <ripple/json/impl/json_reader.cpp>
|
||||
#include <ripple/json/impl/json_value.cpp>
|
||||
#include <ripple/json/impl/json_writer.cpp>
|
||||
#include <ripple/json/impl/to_string.cpp>
|
||||
|
||||
#include <ripple/json/impl/Tests.cpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user