1. 05 Jun, 2017 1 commit
  2. 04 Jun, 2017 1 commit
  3. 02 Jun, 2017 1 commit
  4. 01 Jun, 2017 1 commit
  5. 30 May, 2017 1 commit
  6. 29 May, 2017 7 commits
  7. 27 May, 2017 1 commit
  8. 22 May, 2017 3 commits
  9. 21 May, 2017 1 commit
  10. 20 May, 2017 4 commits
  11. 15 May, 2017 2 commits
  12. 13 May, 2017 6 commits
  13. 11 May, 2017 2 commits
  14. 10 May, 2017 5 commits
  15. 09 May, 2017 2 commits
  16. 08 May, 2017 1 commit
  17. 07 May, 2017 1 commit
    • Niels Lohmann's avatar
      implemented an indentation character #520 · 962da001
      Niels Lohmann authored
      An optional parameter for dump() allows to set the character to use for
      indentation (default: space). In case a JSON value is serialized to an
      output stream, its fill character is used (and can be set with
      std::setfill).
      962da001