summaryrefslogblamecommitdiff
path: root/notes/1.0.0.markdown
blob: b8da79e7e02e240a02bd4ef8e868d37dd57080b8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11





                                                                                    
                                                            



                                                                                    
_spray-json_ is a lightweight, clean and efficient [JSON][] implementation in Scala.

It sports the following features:

* Simple immutable model of the JSON language elements
* An efficient JSON PEG parser (implemented with [parboiled][])
* Choice of either compact or pretty JSON-to-string printing
* Type-class based (de)serialization of custom objects (no reflection, no intrusion)

  [JSON]: http://json.org
  [parboiled]: http://parboiled.org