JSON
deserializeJson()- Deserialize a JSON document into a
JsonDocument.
serializeJson()- Serializes a
JsonDocumentinto a minified JSON document
serializeJsonPretty()- Serializes a
JsonDocumentinto a prettyfied JSON document
measureJson()- Computes the size of the document that
serializeJson()produces
measureJsonPretty()- Computes the size of the document that
serializeJsonPretty()produces