tomlplusplus/examples
Mark Gillard 537eb30080 added iterators for tables and arrays
also:
- fixed parsing table headers allowing invalid characters
- fixed implicit fallthrough warnings
- fixed some issues parsing dates and times
- added `table::erase`
- added `array::operator[]`
- added `value::operator*`
- added stream operators for date, time and date_time
- added `impl::print_to_stream`
- added more parsing diagnostics
- added many tests
2020-01-10 19:33:58 +02:00
..
example.toml added iterators for tables and arrays 2020-01-10 19:33:58 +02:00
meson.build added json_formatter 2020-01-06 22:24:53 +02:00
parse_file.cpp added json_formatter 2020-01-06 22:24:53 +02:00
toml_to_json_transcoder.cpp added iterators for tables and arrays 2020-01-10 19:33:58 +02:00