You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.027Mar2019826Feb2523211815532131Jan272522Dec14Nov109728Oct24232219171311128Sep2619181614135429Aug252343131Jul3028262423222115118213Jun15May1412543228Apr11987625Mar23222052127Feb262322201916131227Jan16141398424Dec137Nov131Oct302925181411727Sep2624191354329Aug26232112111022Jul198125Jun21426May231918169723Apr212024Mar2217654128Feb2726251815130Jan292423201917161514414Dec74130Nov16141312925Oct191813121098642111Sep331Aug222119Jul18171254211Jun7654129May17151418Apr171023Mar181514129126Feb1916919Jan181514527Dec15115329Nov137117Oct167327Sep2630Aug27618Jul1497625Jun2219171273128May27204229Apr2824222018121026Mar251922Feb191131Jan2524222117151110863128Dec231410325Nov2423161513627Oct30Sep21201917161129Aug262524171520Jul19171030Jun242322156323May221816158630Apr28161485429Feb231714131Jan723Dec2225Nov22199630Oct29Sep282719136129Aug2726Added support for `Printable` (closes #1444)Added support for custom converters (closes #687)CI: Fixed build on Arduino 1.6.7Simplified `JsonVariant::as<T>()` to always return `T`CI: added a clang-format jobChanged JsonVariantConst::is<JsonArray/JsonObject>() to return false (closes #1412)Added JsonVariant::is<JsonVariant/JsonVariantConst>() (issue #1412)Added `JsonVariant::is<JsonVariant>()` (issue #1412)Added JsonVariant::is<JsonArrayConst/JsonObjectConst>() (issue #1412)Simplified tests of JsonVariant::is<T>()Added a default implementation in the Visitor classFunding: added paypal.meRemoved DeserializationError::NotSupporteddeserializeMsgPack() inserts null instead of returning NotSupporteddeserializeJson() leaves \uXXXX instead of returning NotSupportedRemove `JsonVariant::set(char)`Removed `JsonVariant::as<char>()` (fixes #1498)Set version to 6.17.3v6.17.3v6.17.3PlatformIO: set framework compatibility to `*` (closes #1490)CI: skip Particle job for Pull RequestsAdded GitHub sponsorsMoved CI from Travis to GitHub Actions (fixes #1493)Fixed compilation error on Clang 10Fixed compilation error when isdigit() is a macro (fixes #1487)Added missing calls to client.stop() in JsonHttpClient.ino (fixes #1485)Upgrade to Lock Threads 2Made JsonDocument's destructor protected (fixes #1480)Examples: add a note about performance issues with streams (#1476)Update copyright notice for 2021Prototype working on GCC and Clangincremental-des…incremental-deserializerSet version to 6.17.2v6.17.2v6.17.2Changed the default value of ARDUINOJSON_ENABLE_PROGMEM (fixes #1433)Travis: added smoke test for Particle ArgonFixed invalid conversion in `operator|(Variant, char*)` (fixes #1432)Set version to 6.17.1v6.17.1v6.17.1Allowed more than 32767 values in non-embedded mode (fixes #1414)Added an assert to detect too large variants (issue #1414)Add JsonDocument to keywords.txtFixed `operator|(MemberProxy, JsonObject)` (fixes #1415)Gathered the tests of MemberProxy in one file