aboutsummaryrefslogtreecommitdiff
path: root/libbutl/json/serializer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/json/serializer.hxx')
-rw-r--r--libbutl/json/serializer.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/libbutl/json/serializer.hxx b/libbutl/json/serializer.hxx
index fad91e2..b52bf65 100644
--- a/libbutl/json/serializer.hxx
+++ b/libbutl/json/serializer.hxx
@@ -235,6 +235,18 @@ namespace butl
void
value (std::nullptr_t);
+ // Serialize value as a pre-serialized JSON value.
+ //
+ // Note that the value is expected to be a valid (and suitable) UTF-8-
+ // encoded JSON text. Note also that if pretty-printing is enabled,
+ // the resulting output may not be correctly indented.
+ //
+ void
+ value_json_text (const char*);
+
+ void
+ value_json_text (const std::string&);
+
// Serialize next JSON event.
//
// If check is false, then don't check whether the value is valid UTF-8