Re: [json-lib-user] Bug in JsonSlurper.parse(Reader)
Brought to you by:
aalmiray
From: Andres A. <aal...@ya...> - 2008-12-08 20:17:02
|
Thanks Tom! Will be taking care of this issue shortly. Cheers, Andres ------------------------------------------- http://jroller.com/aalmiray http://www.linkedin.com/in/aalmiray -- What goes up, must come down. Ask any system administrator. There are 10 types of people in the world: Those who understand binary, and those who don't. To understand recursion, we must first understand recursion. ________________________________ From: Tom Nichols <tmn...@gm...> To: jso...@li... Sent: Monday, December 8, 2008 12:12:01 PM Subject: [json-lib-user] Bug in JsonSlurper.parse(Reader) 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! |