mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-15 19:42:12 +02:00
Allow string to be enclosed in single quotes
This commit is contained in:
@ -29,7 +29,6 @@ private:
|
||||
inline bool isLong();
|
||||
inline bool isNull();
|
||||
inline bool isSpace();
|
||||
inline bool isString();
|
||||
|
||||
inline void skipOneChar();
|
||||
inline void skipSpaces();
|
||||
|
Reference in New Issue
Block a user