[json-lib-user] Bug in JsonSlurper.parse(Reader)
Brought to you by:
aalmiray
From: Tom N. <tmn...@gm...> - 2008-12-08 20:12:05
|
When I use: new JsonSlurper().parse( someReader ); it looks like it is mangling the data and usually throws a parsing error. Test case is attached. Tested against json-lib v2.2.2 Thanks! |