mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 09:57:55 +03:00 
			
		
		
		
	Adds new renderer into the documentation
This commit is contained in:
		
							parent
							
								
									6dbbbc16da
								
							
						
					
					
						commit
						71e29644a2
					
				| 
						 | 
				
			
			@ -67,7 +67,7 @@ If your API includes views that can serve both regular webpages and API response
 | 
			
		|||
 | 
			
		||||
## JSONRenderer
 | 
			
		||||
 | 
			
		||||
Renders the request data into `JSON`.
 | 
			
		||||
Renders the request data into `JSON` enforcing ASCII encoding
 | 
			
		||||
 | 
			
		||||
The client may additionally include an `'indent'` media type parameter, in which case the returned `JSON` will be indented.  For example `Accept: application/json; indent=4`.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -75,6 +75,10 @@ The client may additionally include an `'indent'` media type parameter, in which
 | 
			
		|||
 | 
			
		||||
**.format**: `'.json'`
 | 
			
		||||
 | 
			
		||||
## UnicodeJSONRenderer
 | 
			
		||||
 | 
			
		||||
Same as `JSONRenderer` but doesn't enforce ASCII encoding
 | 
			
		||||
 | 
			
		||||
## JSONPRenderer
 | 
			
		||||
 | 
			
		||||
Renders the request data into `JSONP`.  The `JSONP` media type provides a mechanism of allowing cross-domain AJAX requests, by wrapping a `JSON` response in a javascript callback.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user