read ==== :doc:`/types/JSON/index`::read Reads a JSON and returns the root :doc:`/types/JSON/Node/index`. Declaration ----------- .. code-block:: cpp static Node read(const std::string& filePath); Parameters ---------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - filePath - const `std::string `_\& - The path to the file to read. Returns ------- The JSON's root :doc:`/types/JSON/Node/index`.