Core/Data/Format.h
Go to the documentation of this file.
1 /****
2  * Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
3  * Created 2015 by Skurydin Alexey
4  * http://github.com/SmingHub/Sming
5  * All files of the Sming Core are provided under the LGPL v3 license.
6  *
7  * Format.h
8  *
9  * @author mikee47 <mike@sillyhouse.net> Nov 2020
10  *
11  ****/
12 
13 #pragma once
14 
15 #include <WString.h>
16 
17 #include "Format/Standard.h"
18 #include "Format/Html.h"
19 #include "Format/Json.h"
20 #include "Format/Xml.h"
21 
Format::Formatter Formatter
Definition: Core/Data/Format.h:22
Virtual class to perform format-specific String adjustments.
Definition: Formatter.h:24