Skip to content

Release 0.98.1

Compare
Choose a tag to compare
@danielaparker danielaparker released this 08 Nov 04:25
· 11385 commits to master since this release
  • Enhances parser for CSV files that outputs JSON, see example below.
  • Adds get_result member function to json_deserializer, which returns the json value v stored in a json_deserializer as std::move(v). The root() member function has been deprecated but is still supported.
  • Adds is_valid member function to json_deserializer
  • Enhances json::any class, adds type checks when casting back to original value
  • Fixes some warning messages