forked from bblanchon/ArduinoJson
Added support of comments in JSON input (issue #88)
This commit is contained in:
13
include/ArduinoJson/Internals/Comments.hpp
Normal file
13
include/ArduinoJson/Internals/Comments.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
// Copyright Benoit Blanchon 2014-2015
|
||||
// MIT License
|
||||
//
|
||||
// Arduino JSON library
|
||||
// https://github.com/bblanchon/ArduinoJson
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace ArduinoJson {
|
||||
namespace Internals {
|
||||
const char *skipSpacesAndComments(const char *ptr);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user