Hi,

Im trying to add some data/value into my nested mapping file(strings)
output but its not working. Below the example of my output:

{"System"=>
  {"H&S"=>
    {"name"=>"Health & Safety",
     "components"=>["FlashWheel"],
     "children"=>
      [{"name"=>"Training and Culture",
        "type"=>"Programme",
        "subtype"=>"None",
        "components"=>..................

For example how can i change the children name from "Training and
Culture" to let say "Objective"? Do i need to build a new hash for this
data and modify that hash? Thanks in advance.

Nizam

-- 
Posted via http://www.ruby-forum.com/.