We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55bbde commit 7e05af8Copy full SHA for 7e05af8
ChangeLog.md
@@ -1,6 +1,15 @@
1
master
2
------
3
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
13
Name change
14
15
- The name `json_pull_reader` has been deprecated (still works) and renamed to `json_cursor`
0 commit comments