You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.015Feb130Jan292423201917161514414Dec74130Nov16141312925Oct191813121098642111Sep331Aug222119Jul18171254211Jun7654129May17151418Apr171023Mar181514129126Feb1916919Jan181514527Dec15115329Nov137117Oct167327Sep2630Aug27618Jul1497625Jun2219171273128May27204229Apr2824222018121026Mar251922Feb191131Jan2524222117151110863128Dec231410325Nov2423161513627Oct30Sep21201917161129Aug262524171520Jul19171030Jun242322156323May221816158630Apr28161485429Feb231714131Jan723Dec2225Nov22199630Oct29Sep282719136129Aug2726242019102127Jul251014Jun1031May252393227Apr231825Feb73115Jan1021Dec2014131198530Nov292215119876543131Oct3029282726252423222119181716Updated copyright year to 2019Decode escaped Unicode characters like \u00DE (issue #304, PR #791)Added more tests of JsonVariant::is<T>()Updated version in Arduino Library badgeSet version to 6.8.0-betav6.8.0-betav6.8.0-betaUpdated publish script for the "ardu-badge"User can now use a JsonString as a key or a valueJsonVariant automatically promotes to JsonObject or JsonArray on writeMerge branch 'master' into 6.xAdded ArduBadge badgeReduced the size of the pretty JSON serializerAdded JsonDocument::operator[]Create or assign a JsonDocument from a JsonArray/JsonObject/JsonVariantFixed uninitialized variant in JsonDocumentReplaced JsonDocument::nestingLimit with a param to deserializeJson()Added nesting() to JsonArray, JsonDocument, JsonObject, and JsonVariantAdded memoryUsage() to JsonArray, JsonObject, and JsonVariantImport JsonDocument into the ArduinoJson namespaceFixed copying from JsonObjectConst and JsonArrayConstRemoved default capacity of `DynamicJsonDocument`Simplified deserializeJson() and deserializeMsgPack()Improved syntax highlighting in Arduino IDEImport functions in the ArduinoJson namespace to get clearer errorsSet version to 6.7.0-betav6.7.0-betav6.7.0-betaRenamed `JsonKey` to `JsonString`DynamicJsonDocument reallocates memory pool is it's too smallExtracted VariantData and CollectionData classesMerge branch 'master' into 6.xSet version to 5.13.4v5.13.4v5.13.4Removed spurious files in the Particle libraryMoved size measurements to github.com/bblanchon/ArduinoJson-sizeUse singly-linked list to reduce memory usageRenamed and moved internal filesStore offset between slots to reduce memory usageMoved size measurements to github.com/bblanchon/ArduinoJson-sizeIncreased test coverageRemoved the indirection via StringSlotRestored the monotonic allocatorRemoved template parameter of CharPointerReader and StringMoverAdded a CSV showing the evolution of the size of the sample programs