a streaming swift native json library
Build a JSON parser that efficiently just rips through characters as they come. Allow streaming (http packet chunking). And build it using native Swift objects (that is, don't depend on NSJSONSerializer).
- Basic buildout is done.
- Much more testing needed.
- Performance analysis needed.
- No encoder yet.