mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Update tutorial links to point to version 6
This commit is contained in:
		
				
					committed by
					
						 Benoit Blanchon
						Benoit Blanchon
					
				
			
			
				
	
			
			
			
						parent
						
							1828dec658
						
					
				
				
					commit
					9afae963e8
				
			| @@ -119,7 +119,7 @@ double latitude    = doc["data"][0]; | |||||||
| double longitude   = doc["data"][1]; | double longitude   = doc["data"][1]; | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| See the [tutorial on arduinojson.org](https://arduinojson.org/doc/decoding/) | See the [tutorial on arduinojson.org](https://arduinojson.org/v6/doc/deserialization/) | ||||||
|  |  | ||||||
| ### Serialization | ### Serialization | ||||||
|  |  | ||||||
| @@ -138,7 +138,7 @@ serializeJson(doc, Serial); | |||||||
| // {"sensor":"gps","time":1351824120,"data":[48.756080,2.302038]} | // {"sensor":"gps","time":1351824120,"data":[48.756080,2.302038]} | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| See the [tutorial on arduinojson.org](https://arduinojson.org/doc/encoding/) | See the [tutorial on arduinojson.org](https://arduinojson.org/v6/doc/serialization/) | ||||||
|  |  | ||||||
| ## Sponsors | ## Sponsors | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user