aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/json_reader.h
diff options
context:
space:
mode:
authoraligus <aligus@yandex-team.ru>2022-02-10 16:49:24 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:24 +0300
commitc2bb7445128368226bd179d54d6a238c9fd3065e (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/json/json_reader.h
parent3f79772915172a9f5407c1a815806a8c8ba67c60 (diff)
downloadydb-c2bb7445128368226bd179d54d6a238c9fd3065e.tar.gz
Restoring authorship annotation for <aligus@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/json/json_reader.h')
-rw-r--r--library/cpp/json/json_reader.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/json/json_reader.h b/library/cpp/json/json_reader.h
index 10276c068c..b673788330 100644
--- a/library/cpp/json/json_reader.h
+++ b/library/cpp/json/json_reader.h
@@ -1,5 +1,5 @@
-#pragma once
-
+#pragma once
+
#include "json_value.h"
#include <library/cpp/json/common/defs.h>
@@ -7,14 +7,14 @@
#include <util/generic/yexception.h>
-#include <util/stream/input.h>
+#include <util/stream/input.h>
#include <util/stream/str.h>
#include <util/stream/mem.h>
-
-namespace NJson {
+
+namespace NJson {
struct TJsonReaderConfig {
TJsonReaderConfig();
-
+
// js-style comments (both // and /**/)
bool AllowComments = false;
bool DontValidateUtf8 = false;