2007-09-20 18:09:08 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								! Copyright (C) 2006 Chris Double.  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								! See http://factorcode.org/license.txt for BSD license.  
						 
					
						
							
								
									
										
										
										
											2008-01-14 16:42:21 -05:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								USING:  help.markup  help.syntax  ;
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								IN:  json.reader  
						 
					
						
							
								
									
										
										
										
											2007-09-20 18:09:08 -04:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2008-11-15 04:09:57 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								HELP:  json>  
						 
					
						
							
								
									
										
										
										
											2008-11-14 23:49:17 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								{ $values { "string"  "a string in JSON format"  } { "object"  "a deserialized object"  } }
							 
						 
					
						
							
								
									
										
										
										
											2008-01-14 16:42:21 -05:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								{ $description "Deserializes the JSON formatted string into a Factor object. JSON objects are converted to Factor hashtables. All other JSON objects convert to their obvious Factor equivalents."  } ;
 
							 
						 
					
						
							
								
									
										
										
										
											2008-11-14 23:49:17 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								ARTICLE: "json.reader"  "JSON reader" 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								"The "  { $vocab-link "json.reader"  } " vocabulary defines a word for parsing strings in JSON format."  
						 
					
						
							
								
									
										
										
										
											2009-10-01 15:56:36 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								{ $subsections json> } ;
 
							 
						 
					
						
							
								
									
										
										
										
											2008-11-14 23:49:17 -05:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								ABOUT: "json.reader"