john-liu / jaql

Automatically exported from code.google.com/p/jaql
0 stars 0 forks source link

how to visit nested data? #94

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
thanks 

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