mirror of
				https://github.com/open-source-parsers/jsoncpp.git
				synced 2025-11-04 02:32:19 -05:00 
			
		
		
		
	Document skipBom in CharReaderBuilder (#1332)
This commit is contained in:
		
							parent
							
								
									c39fbdac0f
								
							
						
					
					
						commit
						94a6220f7c
					
				@ -324,6 +324,9 @@ public:
 | 
			
		||||
   * - `"allowSpecialFloats": false or true`
 | 
			
		||||
   *   - If true, special float values (NaNs and infinities) are allowed and
 | 
			
		||||
   *     their values are lossfree restorable.
 | 
			
		||||
   * - `"skipBom": false or true`
 | 
			
		||||
   *   - If true, if the input starts with the Unicode byte order mark (BOM),
 | 
			
		||||
   *     it is skipped.
 | 
			
		||||
   *
 | 
			
		||||
   * You can examine 'settings_` yourself to see the defaults. You can also
 | 
			
		||||
   * write and read them just like any JSON Value.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user