This is an automated email from the ASF dual-hosted git repository. thiru pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/avro.git.
from 904a914 Made use of std::any in case C++17 is used. (#415) add 6c1e81c UTF-8 support for JSON in C++ add b3d0276 Added more tests for C++ JSON new 8f94f56 Merge pull request #417 from thiru-apache/AVRO-1190 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: lang/c++/api/NodeImpl.hh | 6 +- lang/c++/impl/Compiler.cc | 8 +- lang/c++/impl/DataFile.cc | 6 +- lang/c++/impl/json/JsonDom.cc | 11 ++- lang/c++/impl/json/JsonDom.hh | 7 +- lang/c++/impl/json/JsonIO.cc | 104 +++++++++++++++++++++---- lang/c++/impl/json/JsonIO.hh | 153 ++++++++++++++++++++++++++----------- lang/c++/impl/parsing/JsonCodec.cc | 6 +- lang/c++/jsonschemas/bigrecord_r | 2 +- lang/c++/test/AvrogencppTests.cc | 2 +- lang/c++/test/JsonTests.cc | 51 ++++++++----- 11 files changed, 255 insertions(+), 101 deletions(-)