aboutsummaryrefslogtreecommitdiff
path: root/libbutl/json/serializer.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-03-29 09:16:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-03-29 09:16:59 +0200
commit0a93d97fdfb09a47e555c9990b4083f0b3eabce7 (patch)
tree564bbcc5ed726532102c153e9deb698a6fc4e0e4 /libbutl/json/serializer.hxx
parent96dfc87c05110c3d857fe6d1c6eaeb139e91826c (diff)
Add next_expect*() API to JSON parser
Diffstat (limited to 'libbutl/json/serializer.hxx')
-rw-r--r--libbutl/json/serializer.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/libbutl/json/serializer.hxx b/libbutl/json/serializer.hxx
index c143dab..5192cb4 100644
--- a/libbutl/json/serializer.hxx
+++ b/libbutl/json/serializer.hxx
@@ -169,8 +169,8 @@ namespace butl
//
// The member_begin_object() version is a shortcut for:
//
- // member_name (name, check);
- // begin_object ();
+ // member_name (name, check);
+ // begin_object ();
//
void
begin_object ();
@@ -212,8 +212,8 @@ namespace butl
//
// The member_begin_array() version is a shortcut for:
//
- // member_name (name, check);
- // begin_array ();
+ // member_name (name, check);
+ // begin_array ();
//
void
begin_array ();