1. 16 Nov, 2015 1 commit
  2. 13 Nov, 2015 1 commit
  3. 12 Nov, 2015 1 commit
  4. 31 Oct, 2015 1 commit
  5. 30 Oct, 2015 2 commits
  6. 21 Oct, 2015 2 commits
  7. 09 Oct, 2015 1 commit
  8. 06 Oct, 2015 2 commits
  9. 30 Sep, 2015 2 commits
  10. 29 Sep, 2015 2 commits
  11. 28 Sep, 2015 1 commit
  12. 15 Sep, 2015 5 commits
  13. 14 Sep, 2015 1 commit
  14. 10 Sep, 2015 1 commit
  15. 09 Sep, 2015 3 commits
  16. 06 Sep, 2015 1 commit
  17. 04 Sep, 2015 3 commits
  18. 03 Sep, 2015 1 commit
  19. 02 Sep, 2015 1 commit
  20. 01 Sep, 2015 1 commit
  21. 31 Aug, 2015 1 commit
  22. 30 Aug, 2015 1 commit
  23. 14 Aug, 2015 2 commits
  24. 08 Aug, 2015 1 commit
  25. 06 Aug, 2015 2 commits
    • Kenton Varda's avatar
      316d7252
    • Kenton Varda's avatar
      WIP JSON encoder/decoder library. Currently only encodes. · e3e9ce8d
      Kenton Varda authored
      The library allows for registering special handlers for specific types or fields. This is particluarly useful for overriding the way `Data` is encoded (since many approaches exist) or supporting encodings like EJSON or Q which extend JSON with special types encoded as objects with field names perfixed by dollar signs.
      
      Not integrated into build system yet (but builds nicely with Ekam). I think this is going to need to be a separate library, e.g. libcapnp-json, because clearly a lot of Cap'n Proto users don't need it at all.
      
      For the moment, this was written for use inside Sandstorm. There is no current need for a decoder, so I have not written that yet and have no immediate plans to do so. But it will be added before any official Cap'n Proto release, certainly. A simple recursive descent parser should be easy...
      e3e9ce8d