1. 11
  1. 3

    Full disclosure only saw this because @snej starred it and I follow them. :) But it looks like a very useful project.

    1. 2

      Oh! That explains the coincidence of it showing up here right after I discovered it on GitHub :)

      I’ve found myself writing a new C++ JSON parser this week because I’m not satisfied with the ones I’ve been using (nlohmann’s and SIMDJSON.) Working title is JSIN because it’s based on INterior pointers into the string, instead of allocating objects.

    2. 2

      This is some serious & tedious work done here.

      1. 1

        A bit surprising to see five Objective-C parsers tested and no C++ ones. I’d love to see nloghmann json tested, for example.