Skip to content

Commit 7e05af8

Browse files
committed
json_reader can take string source
1 parent c55bbde commit 7e05af8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
master
22
------
33

4+
Enhancements
5+
6+
- The `json_reader` and `csv_reader` constructors have been generalized to take either a value
7+
from which a `jsoncons::string_view` is constructible (e.g. std::string), or a value from which
8+
a `source_type` is constructible (e.g. std::istream).
9+
10+
- With this enhancement, the convenience typedefs `json_string_reader` and `csv_string_reader` are no
11+
longer needed, and have been deprecated.
12+
413
Name change
514

615
- The name `json_pull_reader` has been deprecated (still works) and renamed to `json_cursor`

0 commit comments

Comments
 (0)