Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions components/json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ Example 2: Simple JSON:

{"key": 42.0, "greeting": "Hello World"}

.. note::

To use the json component, you need to include it in your config. Be sure to put ``json:`` at the root level, along with other components like ``esphome:``.

Parsing JSON:
-------------
Expand Down Expand Up @@ -127,8 +130,8 @@ See Also
--------

- :doc:`index`
- :apiref:`http_request/http_request.h`
- :apiref:`json/json_util.h`
- :apiref:`API Reference: http_request <http_request/http_request.h>`
- :apiref:`API Reference: json_util <json/json_util.h>`
- `ArduinoJson <https://arduinojson.org/>`__
- :ghedit:`Edit`