lyfeyaj / jaql

Automatically exported from code.google.com/p/jaql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to visit nested data?

GoogleCodeExporter opened this issue · comments

json data :

{
"someone1":{
              {“name”:["value":"tom"]   }
              {“live”:["value":"USA"]   }
              {“like”:["value":"tom"]   }
            },

"someone2":{“name”:["value":"bob"]   }

}

In this case , I just want get this result

 {"someone1":{ {“name”:["value":"tom"] } }  }


I want to know how to write the jaql pipes.



Original issue reported on code.google.com by niexue...@gmail.com on 9 Jul 2010 at 3:06

I moved this question to the discussion group:
http://groups.google.com/group/jaql-users/browse_thread/thread/6e8e16852babeeeb

Original comment by Kevin.Be...@gmail.com on 10 Jul 2010 at 12:33

  • Added labels: Type-Other
  • Removed labels: Type-Defect

Original comment by Kevin.Be...@gmail.com on 10 Jul 2010 at 12:34

  • Changed state: Done
thanks 

Original comment by niexue...@gmail.com on 10 Jul 2010 at 4:08