summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2011-07-11 14:44:07 +0200
committerMathias <mathias@spray.cc>2011-07-11 14:44:07 +0200
commitf96518d5bd725bd91b1cd4ee3ea3e1667c03983c (patch)
tree51adb63940affcc8ac50c6a32d6ff95ca18f374e /notes
parentbb9ea8dd6d00ae3a1d9df64da693603d3aa53083 (diff)
downloadspray-json-f96518d5bd725bd91b1cd4ee3ea3e1667c03983c.tar.gz
spray-json-f96518d5bd725bd91b1cd4ee3ea3e1667c03983c.tar.bz2
spray-json-f96518d5bd725bd91b1cd4ee3ea3e1667c03983c.zip
Add implicit.ly integration
Diffstat (limited to 'notes')
-rw-r--r--notes/1.0.0.markdown11
-rw-r--r--notes/about.markdown3
2 files changed, 14 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
diff --git a/notes/about.markdown b/notes/about.markdown
new file mode 100644
index 0000000..162de36
--- /dev/null
+++ b/notes/about.markdown
@@ -0,0 +1,3 @@
+_spray-json_ is a lightweight, clean and efficient JSON implementation in Scala.
+
+For more information check out <http://json.spray.cc>. \ No newline at end of file