Skip to content

Commit

Permalink
better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Voitot committed Apr 12, 2012
1 parent df756e2 commit 30affd1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ object Json {

/*
* Rich Json syntax allows :
* JsObject(Seq("key", JsString("value")) ====> Json.obj( "key" -> "value")
* JsObject(Seq("key", JsString("value")) ====> Json.obj( "key1" -> "value", "key2" -> 123, "key3" -> obj("key31" -> "value31"))
* JsArray(JsString("value"), JsNumber(123), JsBoolean(true)) ====> Json.arr( "value", 123, true )
*/
trait JsValueWrapper
Expand Down

0 comments on commit 30affd1

Please sign in to comment.