Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTreeStruct

Recursive OpenStruct based tree

Example of usage:

$ gem install open_tree_struct

Ruby source code:

require 'open_tree_struct'

person = OpenTreeStruct.new({details: {birth: {day: 28, month: 'Oct', year: 1948}, name: 'Albert'}})

puts person.details.birth.day # 28
puts person.details.name # Albert

About

Recursive OpenStruct based tree

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages