summaryrefslogtreecommitdiff
path: root/notes/about.markdown
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2011-10-04 10:18:24 +0200
committerMathias <mathias@spray.cc>2011-10-04 10:18:24 +0200
commite95eb217857ebf6eff343b4ed14815db804d9009 (patch)
tree4e5b4b3cf7a2160e25752236da3821ace2aa46fb /notes/about.markdown
parent24af701d7e3bce6f72bb8b2f12c6099f3d85403f (diff)
downloadspray-json-e95eb217857ebf6eff343b4ed14815db804d9009.tar.gz
spray-json-e95eb217857ebf6eff343b4ed14815db804d9009.tar.bz2
spray-json-e95eb217857ebf6eff343b4ed14815db804d9009.zip
Prepare for 1.0.1 releasev1.0.1
Diffstat (limited to 'notes/about.markdown')
-rw-r--r--notes/about.markdown13
1 files changed, 12 insertions, 1 deletions
diff --git a/notes/about.markdown b/notes/about.markdown
index 0665380..fbc188a 100644
--- a/notes/about.markdown
+++ b/notes/about.markdown
@@ -1 +1,12 @@
-[spray-json](http://json.spray.cc) is a lightweight, clean and efficient JSON implementation in Scala.
+[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)
+
+ [spray-json]: http://json.spray.cc
+ [JSON]: http://json.org
+ [parboiled]: http://parboiled.org