CookJson Documentation ====================== CookJson is an alternative implementation of `JSON API for Java (JSR 353) `__. Oracle's reference implementation, while efficient, is quite basic. Additionally, its pretty `JSON `__ output is a bit odd, having newline as the first character. The primary motivations for this project are: * Adding binary data handling. * Adding the capability of combining streaming with tree models. * Adding `BSON `__ support. * Being extremely fast while having a small footprint. This project is licensed under `Apache License 2.0 `__. .. include:: toc.txt