Skip to content

saggymac/jsonLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonLib

a streaming swift native json library

Central idea

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).

Status

  1. Basic buildout is done.
  2. Much more testing needed.
  3. Performance analysis needed.
  4. No encoder yet.

About

a streaming native swift json library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published