mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Add documentation to most public symbols
This commit is contained in:
		| @@ -14,8 +14,8 @@ | ||||
|  | ||||
| #define JSON_STRING_SIZE(SIZE) (SIZE + 1) | ||||
|  | ||||
| // Returns the size (in bytes) of an array with n elements. | ||||
| // Can be very handy to determine the size of a StaticMemoryPool. | ||||
| // Computes the size required to store an array in a JsonDocument. | ||||
| // https://arduinojson.org/v6/how-to/determine-the-capacity-of-the-jsondocument/ | ||||
| #define JSON_ARRAY_SIZE(NUMBER_OF_ELEMENTS) \ | ||||
|   ((NUMBER_OF_ELEMENTS) * sizeof(ARDUINOJSON_NAMESPACE::VariantSlot)) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user