summaryrefslogtreecommitdiff
path: root/notes/1.0.0.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'notes/1.0.0.markdown')
-rw-r--r--notes/1.0.0.markdown11
1 files changed, 11 insertions, 0 deletions
diff --git a/notes/1.0.0.markdown b/notes/1.0.0.markdown
new file mode 100644
index 0000000..052244f
--- /dev/null
+++ b/notes/1.0.0.markdown
@@ -0,0 +1,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