<p>A JSON document for AutoConnect can contain the custom Web page multiple. You can further reduce the sketch process by loading multiple pages of JSON document at once.</p>
<p>A JSON document for AutoConnect can contain the custom Web page multiple. You can further reduce the sketch process by loading multiple pages of JSON document at once.</p>
<pclass="admonition-title">Adopt ArduinoJson v5 or v6</p>
<p>To process the AutoConnectAux & AutoConnectElements written in the JSON is you need to install the<ahref="https://arduinojson.org/v5/doc/installation/">ArduinoJson version 5</a>library.</p>
<p>To handle AutoConnectAux and AutoConnectElements written in JSON, you need to install the ArduinoJson library. You can adopt either<ahref="https://arduinojson.org/v5/doc/installation/">version 5</a> or <ahref="https://arduinojson.org/v6/doc/installation/">version 6</a>for the ArduinoJson. AutoConnect supports both versions.</p>
</div>
</div>
<h2id="json-objects-elements-for-the-custom-web-page">JSON objects & elements for the custom Web page<aclass="headerlink"href="#json-objects-elements-for-the-custom-web-page"title="Permanent link">¶</a></h2>
<h2id="json-objects-elements-for-the-custom-web-page">JSON objects & elements for the custom Web page<aclass="headerlink"href="#json-objects-elements-for-the-custom-web-page"title="Permanent link">¶</a></h2>
<h3id="json-document-structure-for-autoconnectaux"><iclass="fa fa-caret-right"></i> JSON document structure for AutoConnectAux<aclass="headerlink"href="#json-document-structure-for-autoconnectaux"title="Permanent link">¶</a></h3>
<h3id="json-document-structure-for-autoconnectaux"><iclass="fa fa-caret-right"></i> JSON document structure for AutoConnectAux<aclass="headerlink"href="#json-document-structure-for-autoconnectaux"title="Permanent link">¶</a></h3>
@ -11,8 +11,8 @@ By providing the following JSON document to AutoConnect, you can include the cus
A JSON document for AutoConnect can contain the custom Web page multiple. You can further reduce the sketch process by loading multiple pages of JSON document at once.
A JSON document for AutoConnect can contain the custom Web page multiple. You can further reduce the sketch process by loading multiple pages of JSON document at once.
!!! caution "Need ArduinoJson v5"
!!! caution "Adopt ArduinoJson v5 or v6"
To process the AutoConnectAux & AutoConnectElements written in the JSON is you need to install the [ArduinoJson version 5](https://arduinojson.org/v5/doc/installation/) library.
To handle AutoConnectAux and AutoConnectElements written in JSON, you need to install the ArduinoJson library. You can adopt either [version 5](https://arduinojson.org/v5/doc/installation/) or [version 6](https://arduinojson.org/v6/doc/installation/) for the ArduinoJson. AutoConnect supports both versions.
## JSON objects & elements for the custom Web page
## JSON objects & elements for the custom Web page