Document json support
authorChristos KK Loverdos <loverdos@gmail.com>
Thu, 29 Dec 2011 14:39:26 +0000 (16:39 +0200)
committerChristos KK Loverdos <loverdos@gmail.com>
Thu, 29 Dec 2011 14:39:26 +0000 (16:39 +0200)
src/main/scala/gr/grnet/aquarium/util/json/JsonSupport.scala

index f8c6e57..882938c 100644 (file)
@@ -38,6 +38,8 @@ package gr.grnet.aquarium.util.json
 import net.liftweb.json.JsonAST.JValue
 
 /**
+ * Mix-in this trait when you need transformation to JSON, either in AST or String format.
+ * The underlying library used is lift-json.
  * 
  * @author Christos KK Loverdos <loverdos@gmail.com>
  */