pentaho - JSON Path grab key and value -


i have json here, , need use jsonpath (with pentaho) parse out, , give me key , value. have used $.. returned value no keys, pretty useless. there way both key , value?

[     {         "avatar": "...",         "name": "j@example.com",         "email": "...",         "id": 82     },     {         "avatar": "...",         "name": "admin@example.com",         "email": "admin@example.com",         "id": 81     } ] 

figured out. had create 1 json input $..* , each individual id needed parse out.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -