String to Object
Last updated
Last updated
Serialize any honeybee JSON text string back to a honeybee object.
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.
hb_str [Required]
A text string that completely describes the honeybee object.
hb_obj
A Honeybee object serialized from the input string.