Re: Dealing with JSON request

2011-01-19 Thread nino martinez wael
t;> // Request >> { >> login:{ >> "credential" : "uniquekey", >> "username" : "user", >> "password" : "password" >> } >> >> } >> >> // response >> >> { >> >> &q

Re: Dealing with JSON request

2011-01-19 Thread Martin Grigorov
response > > { > >"user" : { > "name" : "mathias" > } > > } > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Dealing-with-JSON-request-tp3225432p3225432.html > Sent from the User

Dealing with JSON request

2011-01-19 Thread Mathias Nilsson
d" : "password" } } // response { "user" : { "name" : "mathias" } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Dealing-with-JSON-request-tp3225432p3225432.html Sent from the Users forum mailing list a