# Dump Objects

![](/files/-Ma9I6nKqlfGlRYaV4ii)

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

Dump any honeybee object to a JSON file. You can use "HB Load Objects" component to load the objects from the file back into Grasshopper.

Honeybee objects include any honeybee energy Material, Construction, ConstructionSet, Schedule, Load, ProgramType, or Simulation object.

### Inputs

* **hb\_objs \[Required]**

A list of Honeybee objects to be written to a file.

* **name**

A name for the file to which the honeybee objects will be written. (Default: 'unnamed').

* **folder**

An optional directory into which the honeybee objects will be written. The default is set to the default simulation folder.

* **indent**

An optional positive integer to set the indentation used in the resulting JSON file.

* **abridged**

Set to "True" to serialize the object in its abridged form. Abridged objects cannot be reserialized back to honeybee objects on their own but they are used throughout honeybee to minimize file size and unnecessary duplication.

* **dump \[Required]**

Set to "True" to save the honeybee objects to file.

### Outputs

* **report**

Errors, warnings, etc.

* **hb\_file**

The location of the file where the honeybee JSON is saved.


---

# 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/dump_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.
