1. 08 Mar, 2017 7 commits
  2. 07 Mar, 2017 1 commit
  3. 06 Mar, 2017 4 commits
  4. 05 Mar, 2017 14 commits
  5. 03 Mar, 2017 10 commits
  6. 02 Mar, 2017 2 commits
  7. 01 Mar, 2017 2 commits
    • 🔨 started with user-defined exceptions #301 #244 · c085e3ba
      Niels Lohmann authored
      Added class hierarchy for user-defined exceptions (#244). Integrated
      parse exceptions 101-103. Parse exceptions include the byte count of
      the last read character to locate the position of the error (#301).
    • 🔥 removed deprecated constructor #480 · 7b8fd864
      Niels Lohmann authored
      The constructor basic_json(std::istream&, const parser_callback_t) has
      been deprecated since version 2.0.0. This commit removes it together
      with its code example, deprecation macro, and test cases. The code now
      also compiles with -W-deprecated-declarations.