> For the complete documentation index, see [llms.txt](https://docs.ladybug.tools/fairyfly-primer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ladybug.tools/fairyfly-primer/components/0_create/ff_load_objects.md).

# FF Load Objects

![](/files/UXvNDwnZyG0KangdCSZx)

Load any fairyfly object from a fairyfly JSON file

Fairyfly objects include any Model, Shape, or Boundary.

It also includes any fairyfly Material or Simulation object.

### Inputs

* **ff\_file \[Required]**

A file path to a fairyfly JSON from which objects will be loaded back into Grasshopper. The objects in the file must be non-abridged in order to be loaded back correctly.

* **load \[Required]**

Set to "True" to load the objects from the \_ff\_file.

### Outputs

* **report**

Reports, errors, warnings, etc.

* **ff\_objs**

A list of fairyfly objects that have been re-serialized from the input file.
