DynamicJsonDocument is a JsonDocument that allocates its memory pool in the heap. Because it calls malloc() and free() , DynamicJsonDocument is slightly slower ...
確定! 回上一頁