mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-20 14:02:24 +02:00
Generator: added empty array test
This commit is contained in:
13
JsonGeneratorTests/JsonArray.h
Normal file
13
JsonGeneratorTests/JsonArray.h
Normal file
@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Arduino JSON library
|
||||
* Benoit Blanchon 2014 - MIT License
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
class JsonArray
|
||||
{
|
||||
public:
|
||||
void writeTo(char* buffer, size_t bufferSize);
|
||||
};
|
||||
|
Reference in New Issue
Block a user