# Load Objects

![](/files/-Miho4I9E8vT1Q_Hl8Vx)

![](/files/-Miho39h4C_KxBanDUds) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-core/blob/master/honeybee_grasshopper_core/src//HB%20Load%20Objects.py)

Load any honeybee object from a honeybee JSON file

Honeybee objects include any Model, Room, Face, Aperture, Door, Shade, or boundary condition object.

It also includes any honeybee energy Material, Construction, ConstructionSet, Schedule, Load, ProgramType, or Simulation object.

## Inputs

* **hb\_file \[Required]**

  A file path to a honeybee 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.&#x20;
* **load \[Required]**

  Set to "True" to load the objects from the \_hb\_file.&#x20;

## Outputs

* **report**

  Reports, errors, warnings, etc.&#x20;
* **hb\_objs**

  A list of honeybee objects that have been re-serialized from the input file.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ladybug.tools/honeybee-primer/components/3_serialize/load_objects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
