- Implemented support for
auto
template parameters and argument deduction. Enabled with cojson_autos.hpp and GCC v.7 or higher - Added cojson::operators for reading with operator>> and writing with operator<<
- Added COJSON Tutorial for C++17
ADD
PropertyCstring read-only string via getter
MOD
Added guard in default reader for comprehensive error message when a
non-numeric type is used
MOD:
accessor::methods
is made nullptr safe
MOD
PropertyConstString to accept const member
FIX
Ambiguous cojson::wrapper::istream:error
FIX
Build tests for Teensy3.1
with Teensyduino v1.44
and
arm-none-eabi-g++ v.5.4.1
FIX
Regression with float conversion
FIX
Tests' build errors with c++17
FIX
Build errors on older and exotic compilers
FIX
Clearing vector and string before reading