Rename ArrayConstRef to JsonArrayConst

This commit is contained in:
Benoit Blanchon
2022-12-19 11:19:15 +01:00
parent 7079aa99d7
commit 83e5d9d150
11 changed files with 30 additions and 29 deletions

View File

@ -47,8 +47,8 @@
#include "ArduinoJson/compatibility.hpp"
namespace ArduinoJson {
typedef ARDUINOJSON_NAMESPACE::ArrayConstRef JsonArrayConst;
using ARDUINOJSON_NAMESPACE::JsonArray;
using ARDUINOJSON_NAMESPACE::JsonArrayConst;
typedef ARDUINOJSON_NAMESPACE::Float JsonFloat;
typedef ARDUINOJSON_NAMESPACE::Integer JsonInteger;
typedef ARDUINOJSON_NAMESPACE::ObjectConstRef JsonObjectConst;