Skip to content

Commit 1357cdd

Browse files
committed
deprecate Builders
see issue open-source-parsers#131
1 parent 8df98f6 commit 1357cdd

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

include/json/reader.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ class JSON_API CharReader {
277277

278278
/** \brief Build a CharReader implementation.
279279
280+
\deprecated This is experimental and will be altered before the next release.
281+
280282
Usage:
281283
\code
282284
using namespace Json;

include/json/writer.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ std::string writeString(Value const& root, StreamWriter::Factory const& factory)
7575

7676
/** \brief Build a StreamWriter implementation.
7777
78+
\deprecated This is experimental and will be altered before the next release.
79+
7880
Usage:
7981
\code
8082
using namespace Json;

0 commit comments

Comments
 (0)