I believe the SmartClient uses eval() to parse JSON. I'm seeing that IE8 and Firefox 3.5 offer native json support that is supposed to be much faster than using eval(). Are there plans for smartclient to leverage this in browsers where native json parsing is available?
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
X
- 
	
	
		
		
		
		
		
		
		
	
	
 Since SmartGWT has yet to use JSON.parse to parse json string, is there a workaround so that I could use JSON.parse and still getting SmartGWT's Array object instead of default native Array object?
 
 Beside speed, JSON.parse also addresses security concerns with eval and it also works when parsing a very large json string (Firefox throws exception when parse a very large json string.
 
 Thanks.
 Comment

Comment